diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 16:35:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 16:35:01 +0000 |
commit | f4bc81f0e851af5665d8b7fc11c4fbfc61a15e3d (patch) | |
tree | f06a81ea66a97e6f6ae0bc6c2cca267dfb90091d /textproc/domc | |
parent | 96fc0071be7b18b4f8d8b8257a6ff2a034b4ba38 (diff) | |
download | ports-f4bc81f0e851af5665d8b7fc11c4fbfc61a15e3d.tar.gz ports-f4bc81f0e851af5665d8b7fc11c4fbfc61a15e3d.zip |
Mark as jobs unsafe
Notes
Notes:
svn path=/head/; revision=322854
Diffstat (limited to 'textproc/domc')
-rw-r--r-- | textproc/domc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index f4c4bd5056ad..a62420ae6aa9 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: domc -# Date created: Oct 8, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= domc PORTVERSION= 0.8.0 @@ -30,6 +25,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX} USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |