svn commit: r322854 - head/textproc/domc

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 12 16:35:01 UTC 2013


Author: bapt
Date: Fri Jul 12 16:35:01 2013
New Revision: 322854
URL: http://svnweb.freebsd.org/changeset/ports/322854

Log:
  Mark as jobs unsafe

Modified:
  head/textproc/domc/Makefile

Modified: head/textproc/domc/Makefile
==============================================================================
--- head/textproc/domc/Makefile	Fri Jul 12 16:34:07 2013	(r322853)
+++ head/textproc/domc/Makefile	Fri Jul 12 16:35:01 2013	(r322854)
@@ -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}"
 


More information about the svn-ports-all mailing list