diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
commit | ec4d2e2c6db234b65b748216463789fe44f38b98 (patch) | |
tree | 1357e6bdf0293c0dd3cc6168b093d59095e17c9a /net-mgmt/torrus | |
parent | b556daeb839d8cdd98d8386222d5f339d074a383 (diff) |
Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.
Notes
Notes:
svn path=/head/; revision=280268
Diffstat (limited to 'net-mgmt/torrus')
-rw-r--r-- | net-mgmt/torrus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/torrus/Makefile b/net-mgmt/torrus/Makefile index cb2a4584bf12..43889c3a92bc 100644 --- a/net-mgmt/torrus/Makefile +++ b/net-mgmt/torrus/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI \ + ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI \ p5-JSON>0:${PORTSDIR}/converters/p5-JSON RUN_DEPENDS= ${BUILD_DEPENDS} |