summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahoka <ahoka>2008-09-24 22:34:45 +0000
committerahoka <ahoka>2008-09-24 22:34:45 +0000
commitd9b1aa744bcd1a800ba1038f0ff018954edfea68 (patch)
tree0fdc1d2bd6852284ffe30a982c1128d1c69d051f
parentb193553bc1cab3ff8d53f240268fa0259ff5e34f (diff)
downloadpkgsrc-d9b1aa744bcd1a800ba1038f0ff018954edfea68.tar.gz
Not jobsafe.
Reported by ASau.
-rw-r--r--lang/elk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index 8610f31a0dd..c2118db53c2 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2008/04/12 22:43:02 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2008/09/24 22:34:45 ahoka Exp $
DISTNAME= elk-3.99.7
CATEGORIES= lang
@@ -10,6 +10,7 @@ HOMEPAGE= http://sam.zoy.org/elk/
COMMENT= Embeddable Scheme interpreter
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
USE_LIBTOOL= yes