diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-09 01:21:15 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-09 01:21:15 +0000 |
commit | 8cdda70c7378dbd6f3f07eecafe3235ed9161240 (patch) | |
tree | 41509ee4510441b6b928bb454f0c4bbbf2938998 /math | |
parent | 5eaaae388ff1ab5ad888b19950e8bcf330078b44 (diff) | |
download | pkgsrc-8cdda70c7378dbd6f3f07eecafe3235ed9161240.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'math')
-rw-r--r-- | math/ntl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index f5c3a7a0453..abc7cb53679 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/03/24 19:43:27 asau Exp $ +# $NetBSD: Makefile,v 1.24 2011/12/09 01:21:15 dholland Exp $ DISTNAME= ntl-5.3.1 PKGREVISION= 2 @@ -11,6 +11,8 @@ COMMENT= C++ library for doing number theory PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${DISTNAME}/src NO_CONFIGURE= yes USE_LANGUAGES= c c++ |