diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-11 21:03:56 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-11 21:03:56 +0000 |
commit | 1471383fb5605689602b215159d51eb13549c6b0 (patch) | |
tree | 7b347dc394159202c1837e24026d973a99cfcd9b /net | |
parent | 204de1aadc10bec533043e603a9191014786ec49 (diff) | |
download | pkgsrc-1471383fb5605689602b215159d51eb13549c6b0.tar.gz |
It's not MAKE_JOBS safe.
Diffstat (limited to 'net')
-rw-r--r-- | net/libfetch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile index bc7e3cee8b3..347b53c9c1e 100644 --- a/net/libfetch/Makefile +++ b/net/libfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/08/06 14:38:18 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2009/08/11 21:03:56 hasso Exp $ # DISTNAME= libfetch-2.24 @@ -17,6 +17,8 @@ USE_FEATURES= nbcompat USE_BSD_MAKEFILE= yes +MAKE_JOBS_SAFE= NO + INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3 BUILD_TARGET= depend all |