diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 17:28:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 17:28:56 +0000 |
commit | 2481f05376e9d744e7cf10479d9ef0cee51f046e (patch) | |
tree | 74cf5d1e3488772bfc263f793b9dcf7b0eb4d092 /lang | |
parent | 6714172ee5aa1cef67aab5d7dae62efd8c7ae168 (diff) | |
download | pkgsrc-2481f05376e9d744e7cf10479d9ef0cee51f046e.tar.gz |
Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jasmin/Makefile | 4 | ||||
-rw-r--r-- | lang/jini/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 94006afe5d3..5ee2b5d0d5f 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:19:16 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/28 17:28:56 abs Exp $ # DISTNAME= jasmin-1.06 @@ -12,7 +12,7 @@ COMMENT= Java "assembler" interface USE_JAVA= run WRKSRC= ${WRKDIR}/jasmin -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined NO_BUILD= # defined post-patch: diff --git a/lang/jini/Makefile b/lang/jini/Makefile index 4c75fd6380b..8c7d1f676e0 100644 --- a/lang/jini/Makefile +++ b/lang/jini/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/06/03 20:13:03 abs Exp $ +# $NetBSD: Makefile,v 1.17 2004/06/28 17:28:57 abs Exp $ # DISTNAME= jini-${SUN_VERSION}-src @@ -28,7 +28,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/jini${SUN_VERSION} VERSION= 1.2.1 SUN_VERSION= ${VERSION:C/\./_/g}_001 -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 jdk13 jdk14 |