diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 19:21:01 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 19:21:01 +0000 |
commit | 33faac16897607620bb913d789341fa6fa05bbee (patch) | |
tree | 4bafa416edfe64f3fb5fcbe4905f7eea60ce34e8 /net-mgmt | |
parent | 4b9314c1854c6cb7e72503689b9a7ef23224d93d (diff) | |
download | ports-33faac16897607620bb913d789341fa6fa05bbee.tar.gz ports-33faac16897607620bb913d789341fa6fa05bbee.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pnp/Makefile | 2 |
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> |