diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-05 15:12:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-05 15:12:48 +0000 |
commit | 5d1720a8b36c1b42dc6d78f2297dc1b9670039f8 (patch) | |
tree | 5b7819c79511a6070fc599490b44e1b99cf6a80d | |
parent | Update to 0.27 (diff) |
- Not supported on amd64/5
Submitted by: Arjan van Leeuwen <arjanl@opera.com> (maintainer)
-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 |