From 665e86175960eb921c26ff95cf4a54fae0f73735 Mon Sep 17 00:00:00 2001 From: Rajesh Vaidheeswarran Date: Tue, 24 Apr 2001 13:58:07 +0000 Subject: Use the Digest::MD5 instead of the MD5 module. --- devel/cons-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3