diff options
author | tron <tron> | 2002-07-30 08:45:47 +0000 |
---|---|---|
committer | tron <tron> | 2002-07-30 08:45:47 +0000 |
commit | 4216406296b38664cd8b33fc540d08340c2a1e3b (patch) | |
tree | 3fdb1a5c635ecd1d943a81a0291b11f352898411 /net | |
parent | 6a70b20e03023d9e52524698f50e39e8507fbfdc (diff) | |
download | pkgsrc-4216406296b38664cd8b33fc540d08340c2a1e3b.tar.gz |
Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to work.
Diffstat (limited to 'net')
-rw-r--r-- | net/airportbasestationconfig/Makefile | 4 |
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 |