mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Dont hardcode PERL_ARCH in depends.
PR: 36488 Submitted by: maintainer Reported by: bento
This commit is contained in:
parent
4be5f14f58
commit
059b32c69c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56980
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ RUN_DEPENDS= \
|
|||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue