diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-30 19:06:26 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-30 19:06:26 +0000 |
commit | 059b32c69cf15cceab3bf603476f68a20cafbec0 (patch) | |
tree | 38e8dec3a14292ba8600a8645921b5d528539804 /news | |
parent | remove port textproc/lotusxsl (diff) |
Dont hardcode PERL_ARCH in depends.
PR: 36488
Submitted by: maintainer
Reported by: bento
Notes
Notes:
svn path=/head/; revision=56980
Diffstat (limited to '')
-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 d02645d6f43f..c1efc99dd4e5 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 |