From 4216406296b38664cd8b33fc540d08340c2a1e3b Mon Sep 17 00:00:00 2001
From: tron <tron>
Date: Tue, 30 Jul 2002 08:45:47 +0000
Subject: Use "sun-jdk13" under NetBSD-i386 and Darwin because this is known to
 work.

---
 net/airportbasestationconfig/Makefile | 4 ++--
 1 file 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
-- 
cgit v1.2.3