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 | bbd52967db3e763461156db6ce03938e11717a34 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /devel | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eclipse/Makefile | 6 | ||||
-rw-r--r-- | devel/opengrok/Makefile | 3 | ||||
-rw-r--r-- | devel/xulrunner/mozilla-common.mk | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/devel/eclipse/Makefile b/devel/eclipse/Makefile index ea446d97f8a..a525d38e77e 100644 --- a/devel/eclipse/Makefile +++ b/devel/eclipse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/10/02 22:42:39 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2012/01/14 02:09:35 hans Exp $ # DISTNAME= ${PKGNAME_NOREV} @@ -14,7 +14,7 @@ COMMENT= Java IDE LICENSE= eclipse-license DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant -USE_TOOLS+= unzip +USE_TOOLS+= unzip zip PKG_DESTDIR_SUPPORT= user-destdir @@ -34,8 +34,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 Linux-*-* DISTNAME= eclipse-sourceBuild-srcIncluded-${VERSION} MASTER_SITES= ftp://download.eclipse.org/R-3.0.1-200409161125/ -BUILD_DEPENDS+= zip>=2.3:../../archivers/zip - INSTALLATION_DIRS= bin do-build: diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 289125eabb7..716344b9960 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/12/02 07:13:50 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/14 02:09:35 hans Exp $ # DISTNAME= opengrok-0.8.1 @@ -24,6 +24,7 @@ NO_BUILD= YES USE_JAVA= run USE_JAVA2= yes +USE_TOOLS+= zip:run CONF_FILES= ${PREFIX}/share/examples/opengrok/paths.tsv \ ${PREFIX}/share/opengrok/paths.tsv 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 |