summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 16:35:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 16:35:01 +0000
commitf4bc81f0e851af5665d8b7fc11c4fbfc61a15e3d (patch)
treef06a81ea66a97e6f6ae0bc6c2cca267dfb90091d /textproc
parentMark as jobs unsafe (diff)
Mark as jobs unsafe
Notes
Notes: svn path=/head/; revision=322854
Diffstat (limited to 'textproc')
-rw-r--r--textproc/domc/Makefile8
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}"