diff options
author | asau <asau> | 2009-12-12 12:27:33 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-12 12:27:33 +0000 |
commit | a09fd7b58ce9eebaa996d052f82d41c026f1646c (patch) | |
tree | 6b0d428fa02f11bdee366d9da0284a4ac0758115 /math/muparser | |
parent | 38e275c1511b20330c6660d0243429a5783433b5 (diff) | |
download | pkgsrc-a09fd7b58ce9eebaa996d052f82d41c026f1646c.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'math/muparser')
-rw-r--r-- | math/muparser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/muparser/Makefile b/math/muparser/Makefile index f3f52c5c0a7..ccae7ac36aa 100644 --- a/math/muparser/Makefile +++ b/math/muparser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/12 12:27:33 asau Exp $ # DISTNAME= muparser_v130 @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/muparser GNU_CONFIGURE= yes #USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ +MAKE_JOBS_SAFE= no PKG_DESTDIR_SUPPORT= user-destdir PKGCONFIG_OVERRIDE+= build/autoconf/muparser.pc.in |