aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Peek
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-04-03 19:01:35 +0800
committerskv <skv@FreeBSD.org>2004-04-03 19:01:35 +0800
commit907b3a15001aec2d81e2785270360e5713484d34 (patch)
treed4f84c785eb2dde6a4bec3983ab7549972c1a098 /www/p5-Apache-Peek
parentf0d3386ed01ac0e1d361e4cb1e7789d368f2f2e0 (diff)
downloadfreebsd-ports-gnome-907b3a15001aec2d81e2785270360e5713484d34.tar.gz
freebsd-ports-gnome-907b3a15001aec2d81e2785270360e5713484d34.tar.zst
freebsd-ports-gnome-907b3a15001aec2d81e2785270360e5713484d34.zip
Update & fix dependency on www/p5-Apache-Test.
Pointed by: kris
Diffstat (limited to 'www/p5-Apache-Peek')
-rw-r--r--www/p5-Apache-Peek/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Apache-Peek/Makefile b/www/p5-Apache-Peek/Makefile
index b70d596ab73f..fd0a6a028ac3 100644
--- a/www/p5-Apache-Peek/Makefile
+++ b/www/p5-Apache-Peek/Makefile
@@ -16,12 +16,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A data debugging tool for the XS programmer (under mod_perl)
.if defined(WITH_MODPERL2)
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \
- ${SITE_PERL}/Apache2/Test.pm:${PORTSDIR}/www/p5-Apache-Test
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
MOD_PERL= 2
.else
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
- ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
+ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
MOD_PERL= 1
.endif
RUN_DEPENDS= ${BUILD_DEPENDS}