diff options
author | dholland <dholland> | 2012-09-09 19:26:54 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-09-09 19:26:54 +0000 |
commit | bf4afc426465b423e843e8b284e585ddc4e84a11 (patch) | |
tree | 3d7332479e8b0736065c6f1772b51264455d5067 | |
parent | 9a9dae991580e563a7ed456dcdfc920b59ea7aca (diff) | |
download | pkgsrc-bf4afc426465b423e843e8b284e585ddc4e84a11.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 |