summaryrefslogtreecommitdiff
path: root/net/airportbasestationconfig
diff options
context:
space:
mode:
authortron <tron>2001-01-06 08:58:08 +0000
committertron <tron>2001-01-06 08:58:08 +0000
commit046cfa780d8ece0c5e65ccc078e20ea7a082bb58 (patch)
treef7dacba4ea15e232d5fb10070d0f6ae38146e38d /net/airportbasestationconfig
parent09407ea7249b913a9a29706ba9377ce7dcaaf9e1 (diff)
downloadpkgsrc-046cfa780d8ece0c5e65ccc078e20ea7a082bb58.tar.gz
Add explicit dependence on "sun-jdk" package because the "jdk" and "kaffe"
packages are to outdated to run this applet and the "sun-jre" package is installed to the wrong path. Fixes PR pkg/11879 by Luke Mewburn.
Diffstat (limited to 'net/airportbasestationconfig')
-rw-r--r--net/airportbasestationconfig/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/airportbasestationconfig/Makefile b/net/airportbasestationconfig/Makefile
index c211de38827..e081fa5029d 100644
--- a/net/airportbasestationconfig/Makefile
+++ b/net/airportbasestationconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/20 20:39:46 tron Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/06 08:58:08 tron Exp $
DISTNAME= configurator
PKGNAME= ${BINNAME}-1.2.2
@@ -9,10 +9,14 @@ EXTRACT_SUFX= .zip
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/
+# "jdk" and "kaffe" packages don't work.
+DEPENDS+= sun-jdk>=1.3.0:../../lang/sun-jdk13
+
BINNAME= airportbasestationconfig
DOCDIR= ${PREFIX}/share/doc/${BINNAME}
DIST_SUBDIR= ${PKGNAME}
LIBDIR= ${PREFIX}/lib/${BINNAME}
+PKG_JVM= jdk
PLIST_SUBST+= BINNAME=${BINNAME}
USE_JAVA= YES
WRKSRC= ${WRKDIR}