diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sablevm-classpath/Makefile | 3 | ||||
-rw-r--r-- | lang/sablevm-classpath/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/sablevm-classpath/Makefile b/lang/sablevm-classpath/Makefile index e4ee39923ea..5bfe7fd7974 100644 --- a/lang/sablevm-classpath/Makefile +++ b/lang/sablevm-classpath/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 12:21:14 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/23 20:03:06 tonio Exp $ # .include "Makefile.common" PKGREVISION= 1 +BUILD_DEPENDS+= zip>=2.3:../../archivers/zip INFO_FILES= # PLIST diff --git a/lang/sablevm-classpath/Makefile.common b/lang/sablevm-classpath/Makefile.common index fff74329534..0f2660e84f7 100644 --- a/lang/sablevm-classpath/Makefile.common +++ b/lang/sablevm-classpath/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2006/04/15 22:09:56 tonio Exp $ +# $NetBSD: Makefile.common,v 1.8 2006/04/23 20:03:06 tonio Exp $ # DISTNAME= sablevm-classpath-1.13 @@ -19,5 +19,4 @@ NO_MTREE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes -CONFIGURE_ARGS+= --without-zip CONFIGURE_ARGS+= --with-jikes |