diff options
author | joerg <joerg> | 2009-08-03 14:01:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-03 14:01:32 +0000 |
commit | 3d2432bc3572e3384a7da4df16b59f06a917e44e (patch) | |
tree | 214b28ddf462814e2c5e065fb7ede22618c18a15 /math/genius/Makefile | |
parent | 59be49906b00ca8e94aa6856cdb26b0adab641c1 (diff) | |
download | pkgsrc-3d2432bc3572e3384a7da4df16b59f06a917e44e.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 |