diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-18 08:06:09 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-18 08:06:09 +0000 |
commit | e09a6fdd92fa987a692e749a8fe16dd1c0cf3b04 (patch) | |
tree | 6f306c8628cad3339e46b678d9f3378cb1209f4c | |
parent | b8c30eb59a31a30f62c718285a212a86e8a56d73 (diff) | |
download | pkgsrc-e09a6fdd92fa987a692e749a8fe16dd1c0cf3b04.tar.gz |
MAKE_JOBS_SAFE=NO
-rw-r--r-- | devel/nasm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index c0cabb8bc20..0dd30a480a2 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2009/07/22 21:21:33 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2011/11/18 08:06:09 sbd Exp $ DISTNAME= nasm-2.07 CATEGORIES= devel lang @@ -18,6 +18,7 @@ AUTO_MKDIRS= yes USE_TOOLS+= gmake makeinfo perl GCC_REQD+= 3.0 GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= NO INFO_FILES= yes BUILD_TARGET= everything |