diff options
author | pav <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /cad | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | FreeBSD-ports-d04184ca2296e3e063282f330dc7e508e84911a3.zip FreeBSD-ports-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sceptre/Makefile | 2 | ||||
-rw-r--r-- | cad/slffea/Makefile | 1 | ||||
-rw-r--r-- | cad/spice/Makefile | 1 | ||||
-rw-r--r-- | cad/varkon/Makefile | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 111cbff..d4146d6 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -18,6 +18,8 @@ COMMENT= SCEPTRE is a general purpose circuit analysis program SUB_FILES+= pkg-message .endif +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> USE_FORTRAN= g77 diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile index ea896c2..f81d40f 100644 --- a/cad/slffea/Makefile +++ b/cad/slffea/Makefile @@ -24,6 +24,7 @@ USE_GL= glut CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} WRKSRC= ${WRKDIR}/${PORTNAME}-1.3 ALL_TARGET= everything +MAKE_JOBS_UNSAFE= yes EXEC= beam/beam/bm beam/beam_gr/bmpost brick/brick/br \ brick/brick_gr/brpost brick/brick_gr/pvbr \ diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 4a4ec23..9238d5f 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -25,6 +25,7 @@ MAN5= mfbcap.5 MLINKS= spice.1 spice3.1 MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV+= STRIP_CMD=${STRIP_CMD} +MAKE_JOBS_UNSAFE= yes .ifdef WITHOUT_X11 PKGNAMESUFFIX= -without-x11 diff --git a/cad/varkon/Makefile b/cad/varkon/Makefile index 622869b0..e5123ce 100644 --- a/cad/varkon/Makefile +++ b/cad/varkon/Makefile @@ -25,6 +25,7 @@ ALL_TARGET= VARKON_ROOT= ${WRKDIR}/Varkon_${PORTVERSION} WRKSRC= ${VARKON_ROOT}/sources USE_DOS2UNIX= Makefile +MAKE_JOBS_UNSAFE= yes VARKON_PREFIX= ${PREFIX}/share/varkon WEB_BROWSER?= firefox |