svn commit: r324695 - head/devel/liblognorm
John Marino
marino at FreeBSD.org
Wed Aug 14 10:59:47 UTC 2013
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>
More information about the svn-ports-head
mailing list