diff options
author | lth <lth@FreeBSD.org> | 2008-11-05 03:14:45 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2008-11-05 03:14:45 +0800 |
commit | 6210be5f50c5417e18d7320235f56ce78ff5f798 (patch) | |
tree | 67ac22d63f3f7ff8b6385338cdbcc9768ea486c7 /net-mgmt | |
parent | aa1c08d2af395fce1ffdd9d4cdfd431a7a041d3b (diff) | |
download | freebsd-ports-gnome-6210be5f50c5417e18d7320235f56ce78ff5f798.tar.gz freebsd-ports-gnome-6210be5f50c5417e18d7320235f56ce78ff5f798.tar.zst freebsd-ports-gnome-6210be5f50c5417e18d7320235f56ce78ff5f798.zip |
- Fix PHP module dependency
- Bump PORTREVISION
PR: ports/127863
Submitted by: me
Approved by: maintainer
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 |