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/eclipse | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'devel/eclipse')
-rw-r--r-- | devel/eclipse/Makefile | 6 |
1 files changed, 2 insertions, 4 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: |