diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-08 11:45:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-08 11:45:49 +0000 |
commit | 9bd9d2e4fe573fa8f92e7c51f4228ee652499c93 (patch) | |
tree | d7d665d4e64236e568cf4b3108e88891bbe8bcd6 /net/libfetch | |
parent | 2da5d1cea9601a89fff61bf1dfe9c17aa2d8a32d (diff) | |
download | pkgsrc-9bd9d2e4fe573fa8f92e7c51f4228ee652499c93.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/libfetch')
-rw-r--r-- | net/libfetch/Makefile | 3 |
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: |