diff options
author | trevor <trevor@FreeBSD.org> | 2003-05-22 20:37:15 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-05-22 20:37:15 +0800 |
commit | ddb5a041873450b4cf00ff4587e2129fbaa4a509 (patch) | |
tree | 88b146fef135b7de00e0a3d650bf0a05507205cf | |
parent | 4cadf51507ce3e0b43a3687c548029145b7aa138 (diff) | |
download | freebsd-ports-gnome-ddb5a041873450b4cf00ff4587e2129fbaa4a509.tar.gz freebsd-ports-gnome-ddb5a041873450b4cf00ff4587e2129fbaa4a509.tar.zst freebsd-ports-gnome-ddb5a041873450b4cf00ff4587e2129fbaa4a509.zip |
Correct the dependency on unzip: it was being ignored, probably
because it was listed as a BUILD_DEPENDS but the ports are marked
NO_BUILD.
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/linux-mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/netscape7/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 91a3d76c9a67..921c84961466 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -22,13 +22,13 @@ PATCHFILES= linux-mozilla-${PORTVERSION}b-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 USE_XLIB= yes +USE_ZIP= yes USE_LINUX= yes WRKSRC= ${WRKDIR}/xpi INSTALL_DIR= ${PREFIX}/lib/linux-mozilla diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 91a3d76c9a67..921c84961466 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/Makefile @@ -22,13 +22,13 @@ PATCHFILES= linux-mozilla-${PORTVERSION}b-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 USE_XLIB= yes +USE_ZIP= yes USE_LINUX= yes WRKSRC= ${WRKDIR}/xpi INSTALL_DIR= ${PREFIX}/lib/linux-mozilla diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 588e8afad821..8317a1edef99 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -22,7 +22,6 @@ COMMENT= Linux Netscape suite FORBIDDEN= "security bug--see <URL:http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html\#psm> and <URL:http://www.xwt.org/sop.txt>" -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk LATEST_LINK= linux-${MAJ} @@ -35,6 +34,7 @@ RESTRICTED= "License for Java plugin allows internal use only. Also see license NO_CDROM= ${RESTRICTED} USE_LINUX= yes USE_XLIB= yes +USE_ZIP= yes VER?= ${PORTVERSION} WRKSRC= ${WRKDIR}/netscape-installer/xpi INSTALL_DIR= lib/linux-${MAJ}-${NETSCAPE_LANG} |