diff options
author | joerg <joerg> | 2009-08-03 14:28:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-03 14:28:31 +0000 |
commit | 2fbf45df45afff5d878632dd156920cfb7d420f3 (patch) | |
tree | e67bbddd8f1477fb1441f19a67b30b4627c46b3b /textproc/isearch | |
parent | e4485a1ee85ac046351b1eac539225ded6d3a7f7 (diff) | |
download | pkgsrc-2fbf45df45afff5d878632dd156920cfb7d420f3.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'textproc/isearch')
-rw-r--r-- | textproc/isearch/Makefile | 4 |
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++ |