Fix BUILD_DEPENDS.

This commit is contained in:
Sergey Skvortsov 2002-06-26 08:22:33 +00:00
parent dbc51aae25
commit d72cd12dd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62006

View file

@ -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}" \