aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-04-12 19:19:51 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-04-12 19:19:51 +0000
commit070a314dbab7b3b4b61f7a0dac8f480d2359ca7f (patch)
tree0908513ca1208b59a0a20ec065c25bd41410435e /www/libapreq2
parenta38b9ced7a651c8c4b6764dd8da2bff7d07f33a3 (diff)
downloadports-070a314dbab7b3b4b61f7a0dac8f480d2359ca7f.tar.gz
ports-070a314dbab7b3b4b61f7a0dac8f480d2359ca7f.zip
Fix RUN_DEPENDS
Pointed by: Timur I. Bakeyev <timur xx gnu.org>
Notes
Notes: svn path=/head/; revision=189864
Diffstat (limited to 'www/libapreq2')
-rw-r--r--www/libapreq2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index b02bb3e06c6e..3c8821da2c4a 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -24,10 +24,11 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
.if defined (WITH_MODPERL2)
PKGNAMEPREFIX+= p5-
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
+P5_APREQ_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= ${P5_APREQ_DEPENDS}
+RUN_DEPENDS+= ${P5_APREQ_DEPENDS}
USE_PERL5= yes
CONFIGURE_ARGS+= --enable-perl-glue --with-perl=${PERL5}