diff options
author | wiz <wiz> | 2009-05-18 13:15:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-18 13:15:19 +0000 |
commit | e953a6285d94442a5f5b7eb5227a2672ed34847b (patch) | |
tree | a624fb414fddbe02bc38be15b76e6f6d419154b0 /lang/classpath | |
parent | 4085f6fb28612ef5a5a675139b73ee6cf5fb041f (diff) | |
download | pkgsrc-e953a6285d94442a5f5b7eb5227a2672ed34847b.tar.gz |
Make jikes a build dependency. Bump PKGREVISION.
From Jared D. McNeill in PR 41430.
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 |