diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-11-04 19:14:45 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-11-04 19:14:45 +0000 |
commit | 0875ce1f0d7da4b14caa968fee1afce51f73b8c7 (patch) | |
tree | f6b485162c5394569849d8c044a985ba95f6ec53 /net-mgmt | |
parent | 51c47c5b7f2b15c34fbf2f69b4beb2da8e658e3e (diff) | |
download | ports-0875ce1f0d7da4b14caa968fee1afce51f73b8c7.tar.gz ports-0875ce1f0d7da4b14caa968fee1afce51f73b8c7.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pnp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index 5e63cebf36df..98fe6b41a815 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -7,7 +7,7 @@ PORTNAME= pnp PORTVERSION= 0.4.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pnp4nagios @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \ OPTIONS= PDF "Use built-in fpdf library to produce PDF views" ON -USE_PHP= zlib gd xml +USE_PHP= zlib gd xml pcre WANT_PHP_WEB= yes USE_RC_SUBR= npcd.sh MAN1= pnpsender.1 |