summaryrefslogtreecommitdiff
path: root/x11/swing
diff options
context:
space:
mode:
authorwiz <wiz>2000-10-21 23:08:07 +0000
committerwiz <wiz>2000-10-21 23:08:07 +0000
commitfe202594e5d41b989819f3c1c4b8cc0d01cedba4 (patch)
treef0acfe5df400e8240d3f3fd115aa1cb7bcc4fcc3 /x11/swing
parentc295baacc5d5cb2b17e31d964d62f4a746b2a7f7 (diff)
downloadpkgsrc-fe202594e5d41b989819f3c1c4b8cc0d01cedba4.tar.gz
move BUILD_DEPENDS line to correct place
Diffstat (limited to 'x11/swing')
-rw-r--r--x11/swing/Makefile5
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 \