diff options
author | pav <pav@FreeBSD.org> | 2008-05-05 23:12:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-05 23:12:48 +0800 |
commit | a336606a904e44fcad747bf468f0ac45e098933e (patch) | |
tree | 9baa539455377e6931b9e5cceacf97aaa61b2772 /www | |
parent | f255c747f71aadf5d97caa0ef24eb9185f8e3df6 (diff) | |
download | freebsd-ports-gnome-a336606a904e44fcad747bf468f0ac45e098933e.tar.gz freebsd-ports-gnome-a336606a904e44fcad747bf468f0ac45e098933e.tar.zst freebsd-ports-gnome-a336606a904e44fcad747bf468f0ac45e098933e.zip |
- Not supported on amd64/5
Submitted by: Arjan van Leeuwen <arjanl@opera.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/opera-devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index 051567fb8073..80db29d753c8 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -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 |