summaryrefslogtreecommitdiff
path: root/devel/ncurses
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-02 09:49:50 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-02 09:49:50 +0000
commitebbd52120fdc7d47f2b67a4615587ff92d2a83a5 (patch)
tree399fa4585abb4b93119d52c949bff7d95e68702f /devel/ncurses
parent01430dcd40ab87a972cc92fcbdfaa2bc08c70b0a (diff)
downloadpkgsrc-ebbd52120fdc7d47f2b67a4615587ff92d2a83a5.tar.gz
Add gmake to USE_TOOLS, this allows us to remove MAKE_JOBS_SAFE=no and use
parallel makes up to at least MAKE_JOBS=24.
Diffstat (limited to 'devel/ncurses')
-rw-r--r--devel/ncurses/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common
index 696112e863a..499d47ee206 100644
--- a/devel/ncurses/Makefile.common
+++ b/devel/ncurses/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2014/08/10 09:10:10 richard Exp $
+# $NetBSD: Makefile.common,v 1.23 2014/09/02 09:49:50 jperkin Exp $
#
# used by devel/ncursesw/Makefile
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= tbl
+USE_TOOLS+= gmake tbl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libtool
CONFIGURE_ARGS+= --enable-bsdpad
@@ -30,7 +30,6 @@ CONFIGURE_ARGS+= --with-manpage-tbl
CONFIGURE_ARGS+= --with-default-terminfo-dir=${PREFIX}/${TERMINFODIR}
CONFIGURE_ARGS+= --with-terminfo-dirs=${PREFIX}/${TERMINFODIR}
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ncurses
-MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"