From 059b32c69cf15cceab3bf603476f68a20cafbec0 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sat, 30 Mar 2002 19:06:26 +0000 Subject: Dont hardcode PERL_ARCH in depends. PR: 36488 Submitted by: maintainer Reported by: bento --- news/ubh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/ubh/Makefile') 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 -- cgit v1.2.3