diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-01 22:21:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-01 22:21:20 +0000 |
commit | c9caf106d51bd94567b15a990104282b494bbbac (patch) | |
tree | d85fdb63a74479618678cbf4eb93854efffe728d /www/opera | |
parent | 30b53e1431061cba5d6daaa292efc66a5d2ff8fc (diff) | |
download | ports-c9caf106d51bd94567b15a990104282b494bbbac.tar.gz ports-c9caf106d51bd94567b15a990104282b494bbbac.zip |
Notes
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 7d6ea574c149..6c74df4e0d61 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -2,7 +2,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ @@ -22,6 +22,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +BUNDLE_LIBS= yes + ONLY_FOR_ARCHS= i386 amd64 OPERA_VER?= 12.16 |