diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-01-19 20:18:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-01-19 20:18:14 +0000 |
commit | 3fce41ec826746e6c3fc3caee26660be89199f8d (patch) | |
tree | aed808b21ba035b8eae64fa256dd275edf8fd42e /net-mgmt/fruity | |
parent | d64330020e7226b17245cfea192891557f71e333 (diff) |
Notes
Diffstat (limited to 'net-mgmt/fruity')
-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 |