diff options
author | sem <sem@FreeBSD.org> | 2006-07-18 13:27:47 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-07-18 13:27:47 +0800 |
commit | 5959df70f164317c5191a72c37801e0d640d9604 (patch) | |
tree | 1f63828865739050cede8b9cd681321873663af5 /net | |
parent | dd171cb3530b86c55a7a4c254e099e380be1069c (diff) | |
download | freebsd-ports-graphics-5959df70f164317c5191a72c37801e0d640d9604.tar.gz freebsd-ports-graphics-5959df70f164317c5191a72c37801e0d640d9604.tar.zst freebsd-ports-graphics-5959df70f164317c5191a72c37801e0d640d9604.zip |
- Remove RUN_DEPENDS on net-mgmt/net-snmp, add snmp to USE_PHP.
PR: ports/100385
Submitted by: edwin
Diffstat (limited to 'net')
-rw-r--r-- | net/cacti/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile index 816c7ea314e..3ad02f453bc 100644 --- a/net/cacti/Makefile +++ b/net/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 |