mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix BUILD_DEPENDS.
This commit is contained in:
parent
dbc51aae25
commit
d72cd12dd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62006
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= skv@FreeBSD.org
|
MAINTAINER= skv@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PLIST_SUB= DOCSDIR="share/doc/${PORTNAME}" \
|
PLIST_SUB= DOCSDIR="share/doc/${PORTNAME}" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue