From fe202594e5d41b989819f3c1c4b8cc0d01cedba4 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 21 Oct 2000 23:08:07 +0000 Subject: move BUILD_DEPENDS line to correct place --- x11/swing/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/swing') 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 \ -- cgit v1.2.3