summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-08-03 14:28:31 +0000
committerjoerg <joerg@pkgsrc.org>2009-08-03 14:28:31 +0000
commit1c99fb5a8d3ea9aa14efac23bebfcc450f120674 (patch)
treee67bbddd8f1477fb1441f19a67b30b4627c46b3b
parente119fe4595811bd9601a443795ff8f7d4642efde (diff)
downloadpkgsrc-1c99fb5a8d3ea9aa14efac23bebfcc450f120674.tar.gz
MAKE_JOBS_SAFE=no
-rw-r--r--textproc/isearch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile
index cc129f91eaa..4b7a30d6f85 100644
--- a/textproc/isearch/Makefile
+++ b/textproc/isearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/07/07 22:00:07 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/03 14:28:31 joerg Exp $
DISTNAME= Isearch-1.47.01
PKGNAME= isearch-1.47.01
@@ -11,6 +11,8 @@ COMMENT= Advanced text indexing and searching system
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++