aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2006-07-11 17:54:59 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2006-07-11 17:54:59 +0000
commit423c3e7dccd30f4c5a7746316ee18685d5047d93 (patch)
treeb5043a3dc388a4710325a27624d2de7e2b9d1f20 /www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
parente8e3bad468a765f591d394ea31c73f3f4dfdb3c9 (diff)
downloadports-423c3e7dccd30f4c5a7746316ee18685d5047d93.tar.gz
ports-423c3e7dccd30f4c5a7746316ee18685d5047d93.zip
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
Notes
Notes: svn path=/head/; revision=167513
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile')
-rw-r--r--www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile b/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
index 5b7bccf7219e..c08b13f8a762 100644
--- a/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
+++ b/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= CDBI Authentication for Catalyst
-BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
+BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
${SITE_PERL}/Catalyst/Model/CDBI.pm:${PORTSDIR}/www/p5-Catalyst-Model-CDBI \
${SITE_PERL}/Catalyst/Plugin/Session/FastMmap.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-FastMmap
RUN_DEPENDS= ${BUILD_DEPENDS}