summaryrefslogtreecommitdiff
path: root/lang/intercal
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-30 00:07:09 +0000
committerjoerg <joerg>2009-06-30 00:07:09 +0000
commit6dc2520300690e39fdb803dba4b818d03289cb63 (patch)
treedc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /lang/intercal
parentdb3790b322960d22b168a0155c538ee2401c5300 (diff)
downloadpkgsrc-6dc2520300690e39fdb803dba4b818d03289cb63.tar.gz
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'lang/intercal')
-rw-r--r--lang/intercal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 7d2d6215dc7..ef33a3e2c31 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/06/21 18:33:14 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:18 joerg Exp $
#
DISTNAME= intercal-0.20
@@ -9,6 +9,8 @@ MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/intercal/
COMMENT= The ultimate language for obfuscation and job security
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= lex yacc
.include "../../mk/bsd.pkg.mk"