mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missed dependency
Reported by: kris via pointyhat
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue