aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Peek
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-04-03 11:01:35 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-04-03 11:01:35 +0000
commite8cafeca665e3a0f089c10a0d9e330062d41d903 (patch)
tree2db5c6294f8466890dd1d982a70f6a5e19a0fa13 /www/p5-Apache-Peek
parentb7ad9cade46bd55c57e900b0311543bbb18dcaac (diff)
downloadports-e8cafeca665e3a0f089c10a0d9e330062d41d903.tar.gz
ports-e8cafeca665e3a0f089c10a0d9e330062d41d903.zip
Notes
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}