diff options
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 |