diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-23 07:17:05 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-23 07:17:05 +0000 |
commit | 463ffcc61e939dd48c09130fc5c283f5d4bd9726 (patch) | |
tree | 69aa7c38c5798c2f66e949014c5bf096e54208e3 /security/p5-Crypt-CBC | |
parent | 86f2baa9a74f87d6ed61f4f648b98c0e807daaae (diff) | |
download | FreeBSD-ports-463ffcc61e939dd48c09130fc5c283f5d4bd9726.zip FreeBSD-ports-463ffcc61e939dd48c09130fc5c283f5d4bd9726.tar.gz |
Fix dependency path.
Found by: bento
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 517df82..8b96cd8 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" |