summaryrefslogtreecommitdiff
path: root/net/airportbasestationconfig
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-07-31 14:51:35 +0000
committerjlam <jlam@pkgsrc.org>2002-07-31 14:51:35 +0000
commit692a6e55bfbbe6c74244a98a31ce31accca5b499 (patch)
tree79045af7674b0d07f54ed8d30fe69a55731fe630 /net/airportbasestationconfig
parentfad3c804a0494453e18a6d7261fd3b5e376070d2 (diff)
downloadpkgsrc-692a6e55bfbbe6c74244a98a31ce31accca5b499.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