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 | 1386ca7e03125c4dc16acd59089a360cd21b43ac (patch) | |
tree | 74cf5d1e3488772bfc263f793b9dcf7b0eb4d092 /net/airport2basestationconfig | |
parent | 8f39a0dd5c0a227490d84ad9ad2de8c18a592e62 (diff) | |
download | pkgsrc-1386ca7e03125c4dc16acd59089a360cd21b43ac.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 'net/airport2basestationconfig')
-rw-r--r-- | net/airport2basestationconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/airport2basestationconfig/Makefile b/net/airport2basestationconfig/Makefile index 63d54c3d204..beb2facb5f0 100644 --- a/net/airport2basestationconfig/Makefile +++ b/net/airport2basestationconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/06/03 20:13:03 abs Exp $ +# $NetBSD: Makefile,v 1.4 2004/06/28 17:28:57 abs Exp $ DISTNAME= configurator_201 PKGNAME= ${BINNAME}-2.0.1 @@ -22,7 +22,7 @@ LIBDIR= ${PREFIX}/lib/${BINNAME} .include "../../mk/bsd.prefs.mk" -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 blackdown-jdk13 jdk13 jdk14 |