diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-07 10:24:48 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-07 10:24:48 +0000 |
commit | e88ba2e6cdc69701579d948c878642eaeb1a6693 (patch) | |
tree | 269a5467b6a5628aff85bf85b4de71c48059b01f | |
parent | o Take MAINTAINERship to submitter. (diff) |
o Remove dependency on linux-png.
o Bump PORTREVISION accordingly.
Submitted by: Jeremy Messenger <mezz7@cox.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=84385
-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 8a59044a8a16..59a21abae95c 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 |