diff options
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: |