diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 22:30:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 22:30:02 +0000 |
commit | 92144196a4b9baf81efe3f97a8caa8bf00a38559 (patch) | |
tree | 68ca3847b247620e825fec69a8ed09a81a2de439 /net-mgmt/nagiosgrapher/Makefile | |
parent | 61ca95f20aa100c756d97be710d7ec71387ab512 (diff) |
Notes
Diffstat (limited to 'net-mgmt/nagiosgrapher/Makefile')
-rw-r--r-- | net-mgmt/nagiosgrapher/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile index bb37627f7b9f..8d465676f371 100644 --- a/net-mgmt/nagiosgrapher/Makefile +++ b/net-mgmt/nagiosgrapher/Makefile @@ -7,6 +7,7 @@ PORTNAME= nagiosgrapher PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosGrapher-${PORTVERSION}/ \ https://www.nagiosforge.org/gf/download/frsrelease/135/285/ @@ -16,10 +17,8 @@ MAINTAINER= cristianorolim@hotmail.com COMMENT= Collects the output from Nagios and generates graphs BUILD_DEPENDS= \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ |