aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libapreq2
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-07-23 05:19:07 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-07-23 05:19:07 +0000
commit19555a0b8942eedc069b5d292ba7ecda51b7df19 (patch)
tree55735564f89749ca3d0fd3e40b0b959ce44163de /www/p5-libapreq2
parent54d2419f770d22ea217e71357eeb15f7f2ac8342 (diff)
downloadports-19555a0b8942eedc069b5d292ba7ecda51b7df19.tar.gz
ports-19555a0b8942eedc069b5d292ba7ecda51b7df19.zip
Notes
Diffstat (limited to 'www/p5-libapreq2')
-rw-r--r--www/p5-libapreq2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile
index 222a281e0091..3ee2ec4a9227 100644
--- a/www/p5-libapreq2/Makefile
+++ b/www/p5-libapreq2/Makefile
@@ -16,7 +16,7 @@ LICENSE= APACHE20
USES= gmake libtool perl5
USE_APACHE= 22+
-USE_PERL5= fixpacklist
+USE_PERL5= fixpacklist run
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf
CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} \
@@ -25,12 +25,14 @@ CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} \
MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this
-BUILD_DEPENDS+= libapreq2>0:${PORTSDIR}/www/libapreq2 \
+BUILD_DEPENDS= libapreq2>0:${PORTSDIR}/www/libapreq2 \
${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
p5-ExtUtils-XSBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+RUN_DEPENDS= libapreq2>0:${PORTSDIR}/www/libapreq2 \
+ ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
+ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
post-patch:
@${REINPLACE_CMD} -i '' -e "s!%%APACHEINCLUDEDIR%%!${APACHEINCLUDEDIR}!" \