summaryrefslogtreecommitdiff
path: root/devel/cons
diff options
context:
space:
mode:
authorRajesh Vaidheeswarran <rv@FreeBSD.org>2001-04-24 13:57:31 +0000
committerRajesh Vaidheeswarran <rv@FreeBSD.org>2001-04-24 13:57:31 +0000
commit7490edb32ba1ea646248410455171e2c6ac84046 (patch)
treeda3a2a59711cc6d3f268264d6dd49c0129ac6092 /devel/cons
parentUpgrade to version 1.1.2 (diff)
Use Digest::MD5 instead of the deprecated MD5 module.
Notes
Notes: svn path=/head/; revision=41859
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 b09c2ec66bac..d05439bfa57b 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/MD5.pm:${PORTSDIR}/security/p5-MD5
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
USE_PERL5= yes
NO_BUILD= yes