diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-09-19 01:38:10 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-09-19 01:38:10 +0000 |
commit | a7661b4e4d87b609588f5d4eacdba5a57f02ffde (patch) | |
tree | 147c5987e1eb913e7a607a009efb5d00440c33cd /www/linux-opera-devel | |
parent | 774a970221c971326d0f8e2113741005f41abc64 (diff) | |
download | ports-a7661b4e4d87b609588f5d4eacdba5a57f02ffde.tar.gz ports-a7661b4e4d87b609588f5d4eacdba5a57f02ffde.zip |
Notes
Diffstat (limited to 'www/linux-opera-devel')
-rw-r--r-- | www/linux-opera-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index e46aae0ecabd..f7c3c10efc98 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/ \ ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/ \ @@ -27,7 +28,7 @@ COMMENT= A blazingly fast, full-featured, standards-compliant browser WRKSRC= ${WRKDIR}/${DISTNAME:S/.gcc/-${OPERA_BUILD}.gcc/} USE_BZIP2= yes USE_LINUX= yes -USE_LINUX_APPS= aspell naslibs xorglibs +USE_LINUX_APPS= aspell naslibs png xorglibs ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes |