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 /www/linux-mozilla | |
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.
Diffstat (limited to 'www/linux-mozilla')
-rw-r--r-- | www/linux-mozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |