aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nano
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2009-03-26 00:24:14 +0800
committernaddy <naddy@FreeBSD.org>2009-03-26 00:24:14 +0800
commitfe162650fc1d584f9dd76acc2f5abb2e973dfaf4 (patch)
tree008fe2d663d0e77f3b268497f22dc37ff6562ac3 /editors/nano
parent17a948f6ff65f926a9162d2611cf8ce09affd6a9 (diff)
downloadfreebsd-ports-gnome-fe162650fc1d584f9dd76acc2f5abb2e973dfaf4.tar.gz
freebsd-ports-gnome-fe162650fc1d584f9dd76acc2f5abb2e973dfaf4.tar.zst
freebsd-ports-gnome-fe162650fc1d584f9dd76acc2f5abb2e973dfaf4.zip
Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 5d2872d6ef09..3b7480f93db9 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-all
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_JOBS_SAFE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes