summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-18 13:15:19 +0000
committerwiz <wiz>2009-05-18 13:15:19 +0000
commite953a6285d94442a5f5b7eb5227a2672ed34847b (patch)
treea624fb414fddbe02bc38be15b76e6f6d419154b0 /lang
parent4085f6fb28612ef5a5a675139b73ee6cf5fb041f (diff)
downloadpkgsrc-e953a6285d94442a5f5b7eb5227a2672ed34847b.tar.gz
Make jikes a build dependency. Bump PKGREVISION.
From Jared D. McNeill in PR 41430.
Diffstat (limited to 'lang')
-rw-r--r--lang/classpath-gui/Makefile4
-rw-r--r--lang/classpath/Makefile4
-rw-r--r--lang/classpath/Makefile.common4
3 files changed, 7 insertions, 5 deletions
diff --git a/lang/classpath-gui/Makefile b/lang/classpath-gui/Makefile
index 16ca3169b87..57a846f3ce3 100644
--- a/lang/classpath-gui/Makefile
+++ b/lang/classpath-gui/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2007/09/21 13:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/05/18 13:15:19 wiz Exp $
.include "../../lang/classpath/Makefile.common"
PKGNAME= ${DISTNAME:S/classpath/classpath-gui/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT+= (GUI libraries)
DEPENDS+= classpath>=0.93:../../lang/classpath
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