diff options
author | tron <tron@pkgsrc.org> | 2002-07-30 08:45:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-30 08:45:47 +0000 |
commit | 3cff8466acc750d1f428b5bcc94e31bbfd23894b (patch) | |
tree | 3fdb1a5c635ecd1d943a81a0291b11f352898411 /net | |
parent | dc71fa7c4a6adf4597c391ebb5cc533992962705 (diff) | |
download | pkgsrc-3cff8466acc750d1f428b5bcc94e31bbfd23894b.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 |