diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-18 13:15:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-18 13:15:19 +0000 |
commit | 38ed5e36d9a6270ec744f3440cfbeca546b154f6 (patch) | |
tree | a624fb414fddbe02bc38be15b76e6f6d419154b0 /lang/classpath | |
parent | ab41855507a9f0ebc858c0d6fc4714974fe16b72 (diff) | |
download | pkgsrc-38ed5e36d9a6270ec744f3440cfbeca546b154f6.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 |