From 19555a0b8942eedc069b5d292ba7ecda51b7df19 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Wed, 23 Jul 2014 05:19:07 +0000 Subject: [PATCH] www/p5-libapreq2: reduce/fix dependencies PR: 191161 Submitted by: vivek@khera.org --- www/p5-libapreq2/Makefile | 8 +++++--- 1 file 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}!" \