summaryrefslogtreecommitdiff
path: root/devel/ncurses
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-11 07:32:16 +0000
committerrillig <rillig@pkgsrc.org>2007-01-11 07:32:16 +0000
commit5327b6c28473f7b1c4e397a73b8ac19d0ec140ba (patch)
treef54a24bc00b94d3c85a7f351ab2f8046bd59440b /devel/ncurses
parent98b9c13522edf00460cafc21ae9be9eb8822a7e4 (diff)
downloadpkgsrc-5327b6c28473f7b1c4e397a73b8ac19d0ec140ba.tar.gz
This package cannot handle parallel make(1).
Diffstat (limited to 'devel/ncurses')
-rw-r--r--devel/ncurses/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common
index 8b6c605e928..cb6fea0dbab 100644
--- a/devel/ncurses/Makefile.common
+++ b/devel/ncurses/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2007/01/08 11:01:05 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2007/01/11 07:32:16 rillig Exp $
DISTNAME= ncurses-${NC_VERS}
NC_VERS= 5.6
@@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-manpage-format=normal
CONFIGURE_ARGS+= --with-manpage-tbl
CONFIGURE_ARGS+= --with-default-terminfo-dir=${PREFIX}/${TERMINFODIR}
CONFIGURE_ARGS+= --with-terminfo-dirs=${PREFIX}/${TERMINFODIR}
+MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"