From 463ffcc61e939dd48c09130fc5c283f5d4bd9726 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Fri, 23 Mar 2001 07:17:05 +0000 Subject: Fix dependency path. Found by: bento --- security/p5-Crypt-CBC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/p5-Crypt-CBC/Makefile') diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 517df82f4764..8b96cd8fdbbb 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= markm@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/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 RESTRICTED= "Crypto; export-controlled" -- cgit