diff options
author | erwin <erwin@FreeBSD.org> | 2007-01-20 04:18:14 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-01-20 04:18:14 +0800 |
commit | ed5f3100458cb3dd3a02e116663fa8093f116abc (patch) | |
tree | d410f4b5f6de0cd9ce82a319979ab68858f4ecf9 /net-mgmt | |
parent | 6fbd88d8b76794fa3c66d8a958ee19e2d12fca51 (diff) | |
download | freebsd-ports-gnome-ed5f3100458cb3dd3a02e116663fa8093f116abc.tar.gz freebsd-ports-gnome-ed5f3100458cb3dd3a02e116663fa8093f116abc.tar.zst freebsd-ports-gnome-ed5f3100458cb3dd3a02e116663fa8093f116abc.zip |
- Add pcre as a depends.
- While here, pet portlint.
PR: 108120
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Reported by: Felix Langelier
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/fruity/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/fruity/Makefile b/net-mgmt/fruity/Makefile index 3b3fb75014d4..36353b86c730 100644 --- a/net-mgmt/fruity/Makefile +++ b/net-mgmt/fruity/Makefile @@ -7,12 +7,13 @@ PORTNAME= fruity DISTVERSION= 1.0-rc2 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fruity MAINTAINER= dan@langille.org -COMMENT= Fruity is a PHP based web-frontend to your Nagios configuration. +COMMENT= Fruity is a PHP based web-frontend to your Nagios configuration RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins @@ -20,16 +21,14 @@ NO_BUILD= yes SUB_FILES= pkg-message patch-includes-config.inc fruity.config.inc -.include <bsd.port.pre.mk> - WANT_PHP_WEB= yes IGNORE_WITH_PHP=4 DEFAULT_PHP_VER=5 USE_MYSQL= yes SUB_LIST+= REQ_MYSQL=mysql -USE_PHP= mysql session dba +USE_PHP= mysql session dba pcre -.include "${PORTSDIR}/Mk/bsd.php.mk" +.include <bsd.port.pre.mk> post-patch: # the files directory contains a patch for the original file |