diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-03-03 14:37:23 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-03-03 14:37:23 +0800 |
commit | 02cfb272645125c200d60067ceb004b000796646 (patch) | |
tree | 9a2f2e32006ff463ea013e9f98e3f01c16e79698 /www | |
parent | f0ba17e734e0c0266e78feb350ec9e3740762371 (diff) | |
download | freebsd-ports-gnome-02cfb272645125c200d60067ceb004b000796646.tar.gz freebsd-ports-gnome-02cfb272645125c200d60067ceb004b000796646.tar.zst freebsd-ports-gnome-02cfb272645125c200d60067ceb004b000796646.zip |
- fix my last commit to fix apache22 as default
should be RUN_DEPENDS not BUILD_DEPENDS
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Bundle-Slash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |