diff options
author | pat <pat@FreeBSD.org> | 2002-03-31 03:06:26 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-31 03:06:26 +0800 |
commit | fc943bef4e726e8627f0bc9143b9a607e99f7050 (patch) | |
tree | e0f3d2e714856bc57000871f26bc28ff012d46aa /news/ubh | |
parent | b9133fc12b90e395532de375342e8475f9c8d74b (diff) | |
download | freebsd-ports-graphics-fc943bef4e726e8627f0bc9143b9a607e99f7050.tar.gz freebsd-ports-graphics-fc943bef4e726e8627f0bc9143b9a607e99f7050.tar.zst freebsd-ports-graphics-fc943bef4e726e8627f0bc9143b9a607e99f7050.zip |
Dont hardcode PERL_ARCH in depends.
PR: 36488
Submitted by: maintainer
Reported by: bento
Diffstat (limited to 'news/ubh')
-rw-r--r-- | news/ubh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile index d02645d6f43..c1efc99dd4e 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -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 |