diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2009-03-09 16:56:13 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2009-03-09 16:56:13 +0000 |
commit | c20094341c40e051bc0b4c33ab57bcfa410c7918 (patch) | |
tree | 45a57f598daafb8763133c4acb0c55a80168d007 | |
parent | 9205cdd2b3440b94b678fefd7c366810e08fcb25 (diff) | |
download | ports-c20094341c40e051bc0b4c33ab57bcfa410c7918.tar.gz ports-c20094341c40e051bc0b4c33ab57bcfa410c7918.zip |
Notes
-rw-r--r-- | www/p5-Catalyst-Engine-HTTP-Prefork/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile index 9a9c4f62a7c4..7c4552db419b 100644 --- a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile +++ b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile @@ -17,7 +17,7 @@ COMMENT= High-performance pre-forking Catalyst engine RUN_DEPENDS= p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/${PERL_ARCH}/HTTP/HeaderParser/XS.pm:${PORTSDIR}/www/p5-HTTP-HeaderParser-XS \ - ${SITE_PERL}/${PERL_ARCH}/Cookie/XS.pm:${PORTSDIR}/www/p5-Cookie-XS \ + ${SITE_PERL}/${PERL_ARCH}/Cookie/XS.pm:${PORTSDIR}/www/p5-CGI-Cookie-XS \ ${SITE_PERL}/HTTP/Body.pm:${PORTSDIR}/www/p5-HTTP-Body BUILD_DEPENDS= ${RUN_DEPENDS} |