diff options
Diffstat (limited to 'www/squidstats/Makefile')
-rw-r--r-- | www/squidstats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squidstats/Makefile b/www/squidstats/Makefile index 3ae59a888bf1..c3437ba3c00b 100644 --- a/www/squidstats/Makefile +++ b/www/squidstats/Makefile @@ -11,9 +11,9 @@ DISTNAME= squidstats-r${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of simple statistical analysis bits for Squid -RUN_DEPENDS= p5-Config-IniFiles>=2.39:${PORTSDIR}/devel/p5-Config-IniFiles \ - p5-RRD-Simple>=1.44:${PORTSDIR}/databases/p5-RRD-Simple \ - p5-SNMP_Session>=1.11:${PORTSDIR}/net-mgmt/p5-SNMP_Session +RUN_DEPENDS= p5-Config-IniFiles>=2.39:devel/p5-Config-IniFiles \ + p5-RRD-Simple>=1.44:databases/p5-RRD-Simple \ + p5-SNMP_Session>=1.11:net-mgmt/p5-SNMP_Session USES= perl5 shebangfix SHEBANG_FILES= graph/src/stats.pl.in \ |