diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-09 19:26:54 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-09 19:26:54 +0000 |
commit | 96fe6cfaa92ed778503f950f80f687046035b334 (patch) | |
tree | 3d7332479e8b0736065c6f1772b51264455d5067 /net/nocol | |
parent | b6ed1b105542f5a0381eb85c6574f587dc319bb0 (diff) | |
download | pkgsrc-96fe6cfaa92ed778503f950f80f687046035b334.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'net/nocol')
-rw-r--r-- | net/nocol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index b8ac05a35fe..9ab83a308c6 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/08/31 11:18:20 he Exp $ +# $NetBSD: Makefile,v 1.36 2012/09/09 19:26:54 dholland Exp $ # DISTNAME= nocol-4.3.1 @@ -12,6 +12,7 @@ COMMENT= Extensible network and system monitoring utility PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= < ${WRKSRC}/answers |