diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-02 06:21:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-02 06:21:20 +0800 |
commit | d74ad451f544dd337042e97a6b9577804ffc9e0b (patch) | |
tree | d85fdb63a74479618678cbf4eb93854efffe728d /www/opera | |
parent | 0afa0a2eacfe1cd65444d6f830febfd2b5cd9d4c (diff) | |
download | freebsd-ports-gnome-d74ad451f544dd337042e97a6b9577804ffc9e0b.tar.gz freebsd-ports-gnome-d74ad451f544dd337042e97a6b9577804ffc9e0b.tar.zst freebsd-ports-gnome-d74ad451f544dd337042e97a6b9577804ffc9e0b.zip |
Prevent some ports to provide bundled libraries
Bump port revision
PR: 193592
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 |