aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-11-19 06:39:55 +0800
committerpav <pav@FreeBSD.org>2009-11-19 06:39:55 +0800
commit0b1948c5e4603fdb24d8b5423790b640e6ecc1e5 (patch)
tree6cc18294e0e33e3aa83c5a0cbbeec387c9527319 /net
parent1b45904c492338db34d10b60a7d99249af109aa8 (diff)
downloadfreebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz
freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.zst
freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/mono-zeroconf/Makefile1
-rw-r--r--net/mpich2/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/mono-zeroconf/Makefile b/net/mono-zeroconf/Makefile
index e07fc179295e..5e65c32209c9 100644
--- a/net/mono-zeroconf/Makefile
+++ b/net/mono-zeroconf/Makefile
@@ -22,6 +22,7 @@ USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack
CONFIGURE_ARGS+= --program-transform-name="" \
--disable-mdnsresponder
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 0c6d71709992..3691d070864b 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -45,6 +45,7 @@ MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME}
.if defined(WITH_DEBUG)
MAKE_ENV+= VERBOSE=1
.endif
+MAKE_JOBS_UNSAFE= yes
USE_FORTRAN= yes
F90FLAGS+= ${FFLAGS}