diff options
Diffstat (limited to 'net/hobbitclient')
-rw-r--r-- | net/hobbitclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile index b8f428f0842..aec484b08eb 100644 --- a/net/hobbitclient/Makefile +++ b/net/hobbitclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/07/04 20:54:49 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2009/04/11 18:40:15 tonnerre Exp $ # DISTNAME= hobbit-4.2.0 @@ -16,6 +16,7 @@ SITES.allinone.patch=http://www.hobbitmon.com/hobbitsw/patches/ HAS_CONFIGURE= YES USE_TOOLS+= gmake #INSTALL_TARGET= +MAKE_JOBS_SAFE= NO .include "../../mk/bsd.prefs.mk" |