summaryrefslogtreecommitdiff
path: root/x11/swing
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2001-04-05 19:27:41 +0000
committerjwise <jwise@pkgsrc.org>2001-04-05 19:27:41 +0000
commite358eee4b7c12e856e116977846245c67063cd4b (patch)
tree0a6d282f115ac7baf099ca38de0fd8012a9fb222 /x11/swing
parent9001444411cfe12011cd474ae0a52a13af4bcb91 (diff)
downloadpkgsrc-e358eee4b7c12e856e116977846245c67063cd4b.tar.gz
Replace use of (removed) install-build-depends target with code to acheive
the same result. Fix suggested by agc.
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 6b85931b13e..0211f33e103 100644
--- a/x11/swing/Makefile
+++ b/x11/swing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/03/27 03:20:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2001/04/05 19:27:42 jwise Exp $
DISTNAME= swing1_1_1
PKGNAME= swing-1.1.1
@@ -39,7 +39,8 @@ ROOT_GROUP?= wheel
TEMPDIR?= /tmp
TEMPFILE!=echo ${TEMPDIR}/swing.location.$$$$
-pre-fetch: install-build-depends
+pre-fetch:
+ ${MAKE} install-depends DEPENDS=
do-fetch:
-if [ ! -f ${DISTDIR}/${DISTFILES} ] ; then \