diff options
author | tonio <tonio@pkgsrc.org> | 2006-04-23 20:03:06 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-04-23 20:03:06 +0000 |
commit | 2c63ca71e7f89e7ab65f5d7320958608643fe885 (patch) | |
tree | 96b58ed4e8dc4ab7069f94f0335e50907543c5fe /lang | |
parent | cf725f95365a534eb8e18cb81165fcb4ef0d859d (diff) | |
download | pkgsrc-2c63ca71e7f89e7ab65f5d7320958608643fe885.tar.gz |
Add build_dependency on zip, and remove the --without-zip argument to
configure, since it is no more supported
That should fix PLIST problems
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 |