summaryrefslogtreecommitdiff
path: root/net/airportbasestationconfig
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-07-30 08:45:47 +0000
committertron <tron@pkgsrc.org>2002-07-30 08:45:47 +0000
commit3cff8466acc750d1f428b5bcc94e31bbfd23894b (patch)
tree3fdb1a5c635ecd1d943a81a0291b11f352898411 /net/airportbasestationconfig
parentdc71fa7c4a6adf4597c391ebb5cc533992962705 (diff)
downloadpkgsrc-3cff8466acc750d1f428b5bcc94e31bbfd23894b.tar.gz
Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work.
Diffstat (limited to 'net/airportbasestationconfig')
-rw-r--r--net/airportbasestationconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/airportbasestationconfig/Makefile b/net/airportbasestationconfig/Makefile
index a2c326427d8..5643d5be967 100644
--- a/net/airportbasestationconfig/Makefile
+++ b/net/airportbasestationconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/07/29 22:23:26 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/07/30 08:45:47 tron Exp $
DISTNAME= configurator_152
PKGNAME= ${BINNAME}-1.5.2
@@ -25,7 +25,7 @@ LIBDIR= ${PREFIX}/lib/${BINNAME}
# "jdk" and "kaffe" packages don't work.
.if ${MACHINE_ARCH} == i386 || ${OPSYS} == "Darwin"
-PKG_JVM= sun-jdk
+PKG_JVM= sun-jdk13
.elif ${MACHINE_ARCH} == powerpc
PKG_JVM= blackdown-jdk13
.else