Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 10:59:46 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324695 - head/devel/liblognorm
Message-ID:  <201308141059.r7EAxlv7005178@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 14 10:59:46 2013
New Revision: 324695
URL: http://svnweb.freebsd.org/changeset/ports/324695

Log:
  devel/liblognorm: Mark jobs unsafe
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/devel/liblognorm/Makefile

Modified: head/devel/liblognorm/Makefile
==============================================================================
--- head/devel/liblognorm/Makefile	Wed Aug 14 10:54:47 2013	(r324694)
+++ head/devel/liblognorm/Makefile	Wed Aug 14 10:59:46 2013	(r324695)
@@ -13,8 +13,10 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr
 
-USES=	pathfix pkgconfig
+USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
+MAKE_JOBS_UNSAFE=yes
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141059.r7EAxlv7005178>