diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 23:08:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 23:08:07 +0000 |
commit | f0aeb8c6750dfff368439f62525c7d8789993bfc (patch) | |
tree | f0acfe5df400e8240d3f3fd115aa1cb7bcc4fcc3 /x11 | |
parent | d5b69fd44efa26c95a730e93502846b6a18c7c23 (diff) | |
download | pkgsrc-f0aeb8c6750dfff368439f62525c7d8789993bfc.tar.gz |
move BUILD_DEPENDS line to correct place
Diffstat (limited to 'x11')
-rw-r--r-- | x11/swing/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile index dc0d79fd71c..2f046b48563 100644 --- a/x11/swing/Makefile +++ b/x11/swing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/16 17:21:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/21 23:08:07 wiz Exp $ DISTNAME= swing1_1_1 PKGNAME= swing-1.1.1 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .zip MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.javasoft.com/products/jfc/ +BUILD_DEPENDS+= ${LOCALBASE}/bin/urlget:../../www/urlget + RESTRICTED= "Read license before redistributing the Java(tm) Foundation Classes" NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} @@ -36,7 +38,6 @@ ROOT_GROUP?= wheel TEMPDIR?= /tmp TEMPFILE!=echo ${TEMPDIR}/swing.location.$$$$ -BUILD_DEPENDS+= ${LOCALBASE}/bin/urlget:../../www/urlget pre-fetch: if [ ! -x ${LOCALBASE}/bin/urlget ]; \ then \ |