diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-03 14:01:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-03 14:01:32 +0000 |
commit | c2cb3bb135a87221ff5ff801e7dbbd568bf845a8 (patch) | |
tree | 214b28ddf462814e2c5e065fb7ede22618c18a15 /math/genius/Makefile | |
parent | 40cfa8f0790caba6c4701f4582921794a0520030 (diff) | |
download | pkgsrc-c2cb3bb135a87221ff5ff801e7dbbd568bf845a8.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'math/genius/Makefile')
-rw-r--r-- | math/genius/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 4845c5528f9..c1290819902 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/07/22 09:01:35 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/08/03 14:06:16 joerg Exp $ # DISTNAME= genius-1.0.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.jirka.org/genius.html COMMENT= Calculator and math tool PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |