summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-08 11:45:49 +0000
committerjoerg <joerg>2008-04-08 11:45:49 +0000
commit03b69100b3a12ea179e967776d06834bc95eef48 (patch)
treed7d665d4e64236e568cf4b3108e88891bbe8bcd6 /net
parent9c857048a31b9b64cbd2f546c11c119fc06de9f3 (diff)
downloadpkgsrc-03b69100b3a12ea179e967776d06834bc95eef48.tar.gz
Force depend target to run, bootstrap-mk-files doesn't have the
necessary logic for explicit dependencies as the NetBSD rules have. Should fix build on Solaris and Darwin.
Diffstat (limited to 'net')
-rw-r--r--net/libfetch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile
index 240ac5be63c..25636448853 100644
--- a/net/libfetch/Makefile
+++ b/net/libfetch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/04/05 02:42:53 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/04/08 11:45:49 joerg Exp $
#
DISTNAME= libfetch-2.4
@@ -19,6 +19,7 @@ USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3
+BUILD_TARGET= depend all
INSTALL_TARGET= install includes
do-extract: