aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2009-03-25 21:52:05 +0800
committerlioux <lioux@FreeBSD.org>2009-03-25 21:52:05 +0800
commit5f5f82bbb166cd475ee922a00a067d1ccda75568 (patch)
treef0a2fe4cc9a50553983bde9bd915c3e01185f869 /net-p2p
parent2f091f188510f11bef9a050dc3638f741bf73e29 (diff)
downloadfreebsd-ports-gnome-5f5f82bbb166cd475ee922a00a067d1ccda75568.tar.gz
freebsd-ports-gnome-5f5f82bbb166cd475ee922a00a067d1ccda75568.tar.zst
freebsd-ports-gnome-5f5f82bbb166cd475ee922a00a067d1ccda75568.zip
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/kmldonkey/Makefile1
-rw-r--r--net-p2p/mldonkey/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile
index 18383f600f7d..56e62fe1bf2c 100644
--- a/net-p2p/kmldonkey/Makefile
+++ b/net-p2p/kmldonkey/Makefile
@@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --program-transform-name=''
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
+MAKE_JOBS_SAFE= yes
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index f1a605e5c888..3d36b5e287af 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -27,6 +27,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV+= OCAMLRUNPARAM="l=256M"
+MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS+=\
--enable-ocamlver=3 \