- Not supported on amd64/5
Submitted by: Arjan van Leeuwen <arjanl@opera.com> (maintainer)
This commit is contained in:
parent
3761113729
commit
5d1720a8b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212667
@ -40,7 +40,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
USE_BZIP2= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.${OPERA_TYPE}-shared-qt.${ARCH}.freebsd-${OPERA_BUILD}
|
||||
USE_QT_VER= 3
|
||||
|
||||
@ -50,6 +49,12 @@ OPTIONS= ASPELL "Use the aspell library for spell checking" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
.else
|
||||
ONLY_FOR_ARCHS= i386
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
OPERA_LIB= amd64
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user