Correct path to dependency ($(PERL_ARCH) and not $(ARCH)-freebsd)

Submitted by:	bento
This commit is contained in:
Alexander Langer 2001-05-23 10:45:42 +00:00
parent 414c6a44b1
commit cc8ac089be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42973

View file

@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rv@gnu.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
USE_PERL5= yes
NO_BUILD= yes