diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-06-30 15:02:51 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-06-30 15:02:51 +0000 |
commit | 6294705c99ca9fa9495bf39e169f018a4fe6fd3e (patch) | |
tree | 644423913b0ea129060589198941f9ceff5eb6ae /net/airportbasestationconfig/Makefile | |
parent | bcc48e8a450118113db386c607f280a115e3e58b (diff) | |
download | pkgsrc-6294705c99ca9fa9495bf39e169f018a4fe6fd3e.tar.gz |
Build and run on Darwin using its JDK.
Diffstat (limited to 'net/airportbasestationconfig/Makefile')
-rw-r--r-- | net/airportbasestationconfig/Makefile | 6 |
1 files 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 |