diff options
author | mezz <mezz@FreeBSD.org> | 2009-09-19 09:38:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-09-19 09:38:10 +0800 |
commit | 06cca7709a5d8ecf74748fdc56ac48edd3f3f04f (patch) | |
tree | f8ed0e539ae6ddb3d9b49b6d693a5911b731e6e8 /www/linux-opera | |
parent | 683c04890d52262c7b7ba81761fc051127e116fb (diff) | |
download | freebsd-ports-gnome-06cca7709a5d8ecf74748fdc56ac48edd3f3f04f.tar.gz freebsd-ports-gnome-06cca7709a5d8ecf74748fdc56ac48edd3f3f04f.tar.zst freebsd-ports-gnome-06cca7709a5d8ecf74748fdc56ac48edd3f3f04f.zip |
Add a missing dependency, png. Bump the PORTREVISION.
Feature safe: yes
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index e46aae0ecabd..f7c3c10efc98 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/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 |