diff options
Diffstat (limited to 'net-mgmt/cacti/Makefile')
-rw-r--r-- | net-mgmt/cacti/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index a6eaa8710ab6..831244853c5e 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -18,8 +18,9 @@ COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ PATCHFILES= ping_php_version4_snmpgetnext.patch \ - tree_console_missing_hosts.patch -PATCHLEVEL= .2 + tree_console_missing_hosts.patch \ + thumbnail_graphs_not_working.patch +PATCHLEVEL= .3 SITEDISTVERSION= ${PORTVERSION:S/${PATCHLEVEL}$//} PATCH_DIST_STRIP=-p1 |