diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 14:27:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 14:27:56 +0800 |
commit | 42f60009e6e536dfbaca7a23a2a8db2f53c4299a (patch) | |
tree | f1419af8c8665908a2992e8623e8bd3b909f82e2 /net | |
parent | 6dff11762fa92b9484828593ef9a2d77a55dae21 (diff) | |
download | freebsd-ports-gnome-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.gz freebsd-ports-gnome-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.zst freebsd-ports-gnome-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.zip |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Diffstat (limited to 'net')
-rw-r--r-- | net/astfax/Makefile | 2 | ||||
-rw-r--r-- | net/tcptrace/Makefile | 2 | ||||
-rw-r--r-- | net/vde2/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net/astfax/Makefile b/net/astfax/Makefile index fb8019ee1df6..d3f11c3f22af 100644 --- a/net/astfax/Makefile +++ b/net/astfax/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= spandsp.0:${PORTSDIR}/comms/spandsp BUILD_DEPENDS= ${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps RUN_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk +MAKE_JOBS_SAFE= yes + PORTDOCS= README testfax.eml testfax.tif MAKE_ENV+= DEFS="${CFLAGS}" diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index b434b4d6b3b2..96c7a0000310 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.tcptrace.org/download/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= A TCP dump file analysis tool +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes ALL_TARGET= tcptrace diff --git a/net/vde2/Makefile b/net/vde2/Makefile index 3b28f8a3fa50..c91b7ea1739d 100644 --- a/net/vde2/Makefile +++ b/net/vde2/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= vde MAINTAINER= pgollucci@FreeBSD.org COMMENT= User-mode virtual ethernet infrastructure +MAKE_JOBS_SAFE= yes + CONFLICTS= vde-[0-9]* USE_GMAKE= yes |