diff options
author | nork <nork@FreeBSD.org> | 2003-07-07 18:23:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-07 18:23:24 +0800 |
commit | 03fb47f48a546a3ac792a13e19e099dda4aab307 (patch) | |
tree | 34cce5bfd933a82cf2ea9a77d7567c88d8aa14a4 /www/linux-opera | |
parent | 2daa2015efb6c1a929f38a0ee6d508a670727836 (diff) | |
download | freebsd-ports-gnome-03fb47f48a546a3ac792a13e19e099dda4aab307.tar.gz freebsd-ports-gnome-03fb47f48a546a3ac792a13e19e099dda4aab307.tar.zst freebsd-ports-gnome-03fb47f48a546a3ac792a13e19e099dda4aab307.zip |
o Take MAINTAINERship to submitter.
o Remove dependency on linux-png.
o Bump PORTREVISION accordingly.
Submitted by: Jeremy Messenger <mezz7@cox.net>
Approved by: des
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 3f1088cd7931..124db94f05ce 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -7,17 +7,17 @@ PORTNAME= opera PORTVERSION= 6.12.20030305 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= http://opera.online.no/linux/612/final/en/i386/static/ \ ftp://ftp.opera.com/pub/opera/linux/612/final/en/i386/static/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386 -MAINTAINER= des@FreeBSD.org +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 |