summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-10 19:21:01 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-10 19:21:01 +0000
commit33faac16897607620bb913d789341fa6fa05bbee (patch)
tree4bafa416edfe64f3fb5fcbe4905f7eea60ce34e8 /net-mgmt
parentUse _MAKE_JOBS instead of hard-coding the -j2: (diff)
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: RideCharge Inc. / TaxiMagic TB Confirmed by: P6 TB
Notes
Notes: svn path=/head/; revision=266003
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pnp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile
index 1d1239a1b648..383b9efadb6f 100644
--- a/net-mgmt/pnp/Makefile
+++ b/net-mgmt/pnp/Makefile
@@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
nagios:${PORTSDIR}/net-mgmt/nagios
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS= PDF "Use built-in fpdf library to produce PDF views" ON
.include <bsd.port.options.mk>