diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
commit | 79bb0b34a1087c1b1f27cee913c8d9fcc138be88 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /devel/xulrunner | |
parent | 80259eaea5f650849c00ef2f62f66b5fba8ff36e (diff) | |
download | pkgsrc-79bb0b34a1087c1b1f27cee913c8d9fcc138be88.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/mozilla-common.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk index 719e822afc4..47238aa9391 100644 --- a/devel/xulrunner/mozilla-common.mk +++ b/devel/xulrunner/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.28 2011/11/27 10:01:05 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.29 2012/01/14 02:09:35 hans Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -8,12 +8,10 @@ # used by www/seamonkey/Makefile GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config perl gmake autoconf213 unzip +USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip USE_LANGUAGES+= c99 c++ UNLIMIT_RESOURCES+= datasize -BUILD_DEPENDS+= zip>=2.3:../../archivers/zip - PKG_DESTDIR_SUPPORT= user-destdir CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh |