aboutsummaryrefslogtreecommitdiff
path: root/www/opera-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/opera-devel')
-rw-r--r--www/opera-devel/Makefile7
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