diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-23 10:45:42 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-23 10:45:42 +0000 |
commit | cc8ac089beb2a463ef111d5a54664076e37ffe4b (patch) | |
tree | b2a17b5dc88b093c185e154e3dbf251705b72518 /devel/cons/Makefile | |
parent | 414c6a44b13ed45a171713f718cc7925b94a719f (diff) |
Correct path to dependency ($(PERL_ARCH) and not $(ARCH)-freebsd)
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=42973
Diffstat (limited to 'devel/cons/Makefile')
-rw-r--r-- | devel/cons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index d05439bfa57b..0ce6a59077c2 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -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 |