From 6294705c99ca9fa9495bf39e169f018a4fe6fd3e Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 30 Jun 2002 15:02:51 +0000 Subject: Build and run on Darwin using its JDK. --- net/airportbasestationconfig/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/airportbasestationconfig/Makefile b/net/airportbasestationconfig/Makefile index 0a844d8aa5e..34bd7622b0b 100644 --- a/net/airportbasestationconfig/Makefile +++ b/net/airportbasestationconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/03/31 20:25:04 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.12 2002/06/30 15:02:51 schmonz Exp $ DISTNAME= configurator_152 PKGNAME= ${BINNAME}-1.5.2 @@ -14,7 +14,7 @@ USE_JAVA= YES PLIST_SUBST+= BINNAME=${BINNAME} JARNAME=${JARNAME} -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc Darwin-*-* BINNAME= airportbasestationconfig DOCDIR= ${PREFIX}/share/doc/${BINNAME} @@ -24,7 +24,7 @@ LIBDIR= ${PREFIX}/lib/${BINNAME} .include "../../mk/bsd.prefs.mk" # "jdk" and "kaffe" packages don't work. -.if ${MACHINE_ARCH} == i386 +.if ${MACHINE_ARCH} == i386 || ${OPSYS} == "Darwin" PKG_JVM= sun-jdk .elif ${MACHINE_ARCH} == powerpc PKG_JVM= blackdown-jdk13 -- cgit v1.2.3