summaryrefslogtreecommitdiff
path: root/net/airportbasestationconfig
diff options
context:
space:
mode:
authorjlam <jlam>2002-07-31 14:51:35 +0000
committerjlam <jlam>2002-07-31 14:51:35 +0000
commitc6c178a1b2d89da23b75602f0ec0aca7a13d3ec0 (patch)
tree79045af7674b0d07f54ed8d30fe69a55731fe630 /net/airportbasestationconfig
parent65ad4c673e0ba528731a44e5d65765f6c69876e9 (diff)
downloadpkgsrc-c6c178a1b2d89da23b75602f0ec0aca7a13d3ec0.tar.gz
Back out previous change now that PKG_JVM handling has been fixed to
prefer the installed sun-jdk1[34] if PKG_JVM == "sun-jdk".
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 5643d5be967..6050157d50c 100644
--- a/net/airportbasestationconfig/Makefile
+++ b/net/airportbasestationconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/07/30 08:45:47 tron Exp $
+# $NetBSD: Makefile,v 1.15 2002/07/31 14:51:35 jlam 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-jdk13
+PKG_JVM= sun-jdk
.elif ${MACHINE_ARCH} == powerpc
PKG_JVM= blackdown-jdk13
.else