diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-23 15:17:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-23 15:17:05 +0800 |
commit | 463ffcc61e939dd48c09130fc5c283f5d4bd9726 (patch) | |
tree | 69aa7c38c5798c2f66e949014c5bf096e54208e3 /security/p5-Crypt-CBC/Makefile | |
parent | 86f2baa9a74f87d6ed61f4f648b98c0e807daaae (diff) | |
download | freebsd-ports-gnome-463ffcc61e939dd48c09130fc5c283f5d4bd9726.tar.gz freebsd-ports-gnome-463ffcc61e939dd48c09130fc5c283f5d4bd9726.tar.zst freebsd-ports-gnome-463ffcc61e939dd48c09130fc5c283f5d4bd9726.zip |
Fix dependency path.
Found by: bento
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-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 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" |