diff options
Diffstat (limited to 'lang/classpath')
-rw-r--r-- | lang/classpath/Makefile | 4 | ||||
-rw-r--r-- | lang/classpath/Makefile.common | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/classpath/Makefile b/lang/classpath/Makefile index 798d5c34cc9..4df5cdbd455 100644 --- a/lang/classpath/Makefile +++ b/lang/classpath/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2006/05/16 13:27:33 tonio Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/18 13:15:19 wiz Exp $ .include "Makefile.common" +PKGREVISION= 1 + BUILD_DEPENDS+= zip>=2.3:../../archivers/zip USE_TOOLS+= makeinfo diff --git a/lang/classpath/Makefile.common b/lang/classpath/Makefile.common index 53f8b72d7b3..584e7560161 100644 --- a/lang/classpath/Makefile.common +++ b/lang/classpath/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2008/03/13 22:58:17 joerg Exp $ +# $NetBSD: Makefile.common,v 1.13 2009/05/18 13:15:19 wiz Exp $ DISTNAME= classpath-0.93 CATEGORIES= devel @@ -10,7 +10,7 @@ COMMENT= Class libraries for Java VM PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= jikes>=1.18:../../lang/jikes +BUILD_DEPENDS+= jikes>=1.18:../../lang/jikes DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo |