mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Correct path to depending object.
PR: 23586 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
This commit is contained in:
parent
58b02d7b13
commit
6460e7b33c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36031
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time
|
||||
|
Loading…
Reference in New Issue
Block a user