summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-08-03 14:01:32 +0000
committerjoerg <joerg@pkgsrc.org>2009-08-03 14:01:32 +0000
commit6e87b04d8dfdef2c2fc7d0984259316a02437db1 (patch)
tree214b28ddf462814e2c5e065fb7ede22618c18a15
parent4b50ad545a7fb9e12d7ecbaed66d8f61eab1659d (diff)
downloadpkgsrc-6e87b04d8dfdef2c2fc7d0984259316a02437db1.tar.gz
MAKE_JOBS_SAFE=no
-rw-r--r--chat/gale/Makefile4
-rw-r--r--graphics/geomview/Makefile4
-rw-r--r--math/genius/Makefile3
3 files changed, 8 insertions, 3 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile
index ed1777ff1dd..18287f17edb 100644
--- a/chat/gale/Makefile
+++ b/chat/gale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2009/05/20 00:58:08 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2009/08/03 14:01:32 joerg Exp $
DISTNAME= gale-0.99fruit
PKGNAME= gale-0.99f
@@ -13,6 +13,8 @@ COMMENT= Secure instant messaging system
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_GNU_READLINE= yes # needs rl_named_function()
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 1d4761b0172..2b5642e06be 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/06/20 01:09:21 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2009/08/03 14:06:22 joerg Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 6
@@ -11,6 +11,8 @@ COMMENT= Interactive geometry viewing program
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= lex
USE_LANGUAGES= c c++
USE_X11BASE= yes
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