Date: Fri, 12 Jul 2013 16:35:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322854 - head/textproc/domc Message-ID: <201307121635.r6CGZ1Dt068662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307121635.r6CGZ1Dt068662>