aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-08-14 18:59:46 +0800
committermarino <marino@FreeBSD.org>2013-08-14 18:59:46 +0800
commitf0710224d5affbe59506c49e624148072fe76631 (patch)
tree560a8a4327e923ebf5c30a19ac2da13855971fe6 /devel
parent41f77e4838e841a93d7062a04bed36c82a2b256c (diff)
downloadfreebsd-ports-gnome-f0710224d5affbe59506c49e624148072fe76631.tar.gz
freebsd-ports-gnome-f0710224d5affbe59506c49e624148072fe76631.tar.zst
freebsd-ports-gnome-f0710224d5affbe59506c49e624148072fe76631.zip
devel/liblognorm: Mark jobs unsafe
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/liblognorm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile
index 36f45d40d071..1a4098ba5c28 100644
--- a/devel/liblognorm/Makefile
+++ b/devel/liblognorm/Makefile
@@ -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>