diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-07-18 05:27:47 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-07-18 05:27:47 +0000 |
commit | 5e8e71bb99852883efb0da7b8eaad0f2d2cdb7eb (patch) | |
tree | 359c9d5255876d58ae4758062fe5af3aeb6dbfb3 /net-mgmt | |
parent | d0993707417eac7dd439c10d1004ccf8376dd9fe (diff) | |
download | ports-5e8e71bb99852883efb0da7b8eaad0f2d2cdb7eb.tar.gz ports-5e8e71bb99852883efb0da7b8eaad0f2d2cdb7eb.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 816c7ea314eb..3ad02f453bc7 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -7,7 +7,7 @@ PORTNAME= cacti PORTVERSION= 0.8.6h -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= net www MASTER_SITES= http://www.cacti.net/downloads/ @@ -23,11 +23,10 @@ PATCHFILES= fix_search_session_clear_issue.patch \ PATCH_DIST_STRIP=-p1 -RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ - net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp +RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool USE_MYSQL= yes -USE_PHP= mysql pcre session xml +USE_PHP= mysql pcre session snmp xml WANT_PHP_WEB= yes NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message |