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 /lang/classpath/Makefile | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'lang/classpath/Makefile')
-rw-r--r-- | lang/classpath/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/classpath/Makefile b/lang/classpath/Makefile index 727081744e9..bc1e8acf2de 100644 --- a/lang/classpath/Makefile +++ b/lang/classpath/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2011/04/22 13:43:58 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/01/14 02:09:36 hans Exp $ .include "Makefile.common" PKGREVISION= 2 -BUILD_DEPENDS+= zip>=2.3:../../archivers/zip - -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo zip INFO_FILES= # PLIST CONFIGURE_ARGS+= --disable-gtk-peer |