- Add missed dependency

Reported by:	kris via pointyhat
This commit is contained in:
Sergey Matveychuk 2005-05-27 08:56:30 +00:00
parent 5ff4ff2aa7
commit 01ad444c87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136263
2 changed files with 4 additions and 2 deletions

View file

@ -17,7 +17,8 @@ MAINTAINER= autrijus@autrijus.org
COMMENT= Generic Apache2 Request Library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder
${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS}
WITH_APACHE2= yes

View file

@ -17,7 +17,8 @@ MAINTAINER= autrijus@autrijus.org
COMMENT= Generic Apache2 Request Library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder
${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS}
WITH_APACHE2= yes