summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2009-03-25 13:52:05 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2009-03-25 13:52:05 +0000
commit6a32efd308e34130dc224b6a8328429bfbe759c7 (patch)
tree8ac011a528810746e6743c03de740a26efa490d8 /net-p2p
parent- Update to 1.1.1 (diff)
Mark MAKE_JOBS_SAFE for SMP compilation
Notes
Notes: svn path=/head/; revision=230970
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 \