summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-08 11:45:49 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-08 11:45:49 +0000
commite3fc6a69997b89b9f04161d21e8514d0a8de6067 (patch)
treed7d665d4e64236e568cf4b3108e88891bbe8bcd6 /net
parent0c76802d6b974f07bd6609b7992e2fb237b6bd9c (diff)
downloadpkgsrc-e3fc6a69997b89b9f04161d21e8514d0a8de6067.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: