diff options
author | nork <nork@FreeBSD.org> | 2003-07-07 18:24:48 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-07 18:24:48 +0800 |
commit | 542f2080ab02dcb67d8e56c5a4e3f5203e506a6c (patch) | |
tree | 4d7a6bc8b19606bbceb3591cbbeda34089d292a2 /www | |
parent | 03fb47f48a546a3ac792a13e19e099dda4aab307 (diff) | |
download | freebsd-ports-graphics-542f2080ab02dcb67d8e56c5a4e3f5203e506a6c.tar.gz freebsd-ports-graphics-542f2080ab02dcb67d8e56c5a4e3f5203e506a6c.tar.zst freebsd-ports-graphics-542f2080ab02dcb67d8e56c5a4e3f5203e506a6c.zip |
o Remove dependency on linux-png.
o Bump PORTREVISION accordingly.
Submitted by: Jeremy Messenger <mezz7@cox.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-opera7/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile index 8a59044a8a1..59a21abae95 100644 --- a/www/linux-opera7/Makefile +++ b/www/linux-opera7/Makefile @@ -7,7 +7,7 @@ PORTNAME= opera PORTVERSION= 7.11.20030515 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/711/final/en/i386/static/ PKGNAMEPREFIX= linux- @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/}.1-static-qt.i386 MAINTAINER= mezz7@cox.net COMMENT= A blazingly fast, full-featured, standards-compliant browser -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \ - ${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif USE_BZIP2= yes USE_LINUX= yes |