summaryrefslogtreecommitdiff
path: root/devel/cons-test
diff options
context:
space:
mode:
authorRajesh Vaidheeswarran <rv@FreeBSD.org>2001-04-24 13:58:07 +0000
committerRajesh Vaidheeswarran <rv@FreeBSD.org>2001-04-24 13:58:07 +0000
commit665e86175960eb921c26ff95cf4a54fae0f73735 (patch)
tree51e87a4ac2c60013bd2bfef4d286ac7b1320e210 /devel/cons-test
parentUse Digest::MD5 instead of the deprecated MD5 module. (diff)
Use the Digest::MD5 instead of the MD5 module.
Notes
Notes: svn path=/head/; revision=41860
Diffstat (limited to 'devel/cons-test')
-rw-r--r--devel/cons-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile
index c2e31793334f..bea6b8c78244 100644
--- a/devel/cons-test/Makefile
+++ b/devel/cons-test/Makefile
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rv@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5 ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons
USE_PERL5= yes
NO_BUILD= yes