diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | 8c2aab382d5ceff395ed38e45399378035c4968e (patch) | |
tree | ea623aea7a81d860cc89359721fd92c71b84534d /cad | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) | |
download | ports-8c2aab382d5ceff395ed38e45399378035c4968e.tar.gz ports-8c2aab382d5ceff395ed38e45399378035c4968e.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244657
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 111cbff2aae8..d4146d670fab 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 ea896c25debe..f81d40f88cf4 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 4a4ec2379b94..9238d5f70d6d 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 622869b00316..e5123cee07cc 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 |