diff options
author | tron <tron@pkgsrc.org> | 2001-01-06 08:58:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-06 08:58:08 +0000 |
commit | b56059903802abbe3e2f878cc5bc5de2500b063b (patch) | |
tree | f7dacba4ea15e232d5fb10070d0f6ae38146e38d /net/airportbasestationconfig/Makefile | |
parent | 64e20c58c707bd67020da8b2654941071ead74db (diff) | |
download | pkgsrc-b56059903802abbe3e2f878cc5bc5de2500b063b.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/Makefile')
-rw-r--r-- | net/airportbasestationconfig/Makefile | 6 |
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} |