From 02cfb272645125c200d60067ceb004b000796646 Mon Sep 17 00:00:00 2001 From: ohauer Date: Thu, 3 Mar 2011 06:37:23 +0000 Subject: - fix my last commit to fix apache22 as default should be RUN_DEPENDS not BUILD_DEPENDS --- www/p5-Bundle-Slash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/p5-Bundle-Slash/Makefile b/www/p5-Bundle-Slash/Makefile index 3cd5d4abeaae..7a902ad209f9 100644 --- a/www/p5-Bundle-Slash/Makefile +++ b/www/p5-Bundle-Slash/Makefile @@ -54,7 +54,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-liba ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \ ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1 .else -BUILD_DEPENDS+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2 +RUN_DEPENDS+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2 .endif MAN3= Bundle::Slash.3 -- cgit