aboutsummaryrefslogtreecommitdiff
path: root/www/opera-devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-05 15:12:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-05 15:12:48 +0000
commit5d1720a8b36c1b42dc6d78f2297dc1b9670039f8 (patch)
tree5b7819c79511a6070fc599490b44e1b99cf6a80d /www/opera-devel/Makefile
parent3761113729eb5e72886eb3aac185f6e212b2413d (diff)
downloadports-5d1720a8b36c1b42dc6d78f2297dc1b9670039f8.tar.gz
ports-5d1720a8b36c1b42dc6d78f2297dc1b9670039f8.zip
Notes
Diffstat (limited to 'www/opera-devel/Makefile')
-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