diff options
Diffstat (limited to 'net-mgmt/nagiosgraph')
-rw-r--r-- | net-mgmt/nagiosgraph/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nagiosgraph/Makefile b/net-mgmt/nagiosgraph/Makefile index d97222011090..d00246e46f27 100644 --- a/net-mgmt/nagiosgraph/Makefile +++ b/net-mgmt/nagiosgraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagiosgraph PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -12,7 +12,8 @@ COMMENT= Generate rrdtool graphs using performance data from nagios plugins LICENSE= ART20 -RUN_DEPENDS= rrdtool>=0:databases/rrdtool +RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ + p5-CGI>=0:www/p5-CGI OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= NAGIOS |