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 | 8fca753dd9e3f88a695080d2b29c34f595e68156 (patch) | |
tree | 3d7332479e8b0736065c6f1772b51264455d5067 | |
parent | 144f371715a330ea53476d500a2c294b0c1b7357 (diff) | |
download | pkgsrc-8fca753dd9e3f88a695080d2b29c34f595e68156.tar.gz |
Not MAKE_JOBS_SAFE.
-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 |