summaryrefslogtreecommitdiff
path: root/devel/cons
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-05-23 10:45:42 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-05-23 10:45:42 +0000
commitcc8ac089beb2a463ef111d5a54664076e37ffe4b (patch)
treeb2a17b5dc88b093c185e154e3dbf251705b72518 /devel/cons
parentadd 'Missing Mail' notification (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')
-rw-r--r--devel/cons/Makefile2
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