diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 23:53:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 23:53:15 +0000 |
commit | c59cdd451aa475a0da54f14b65d5d6803e83e405 (patch) | |
tree | 55b519244852565f2ee8e74b7b50bf8e35f40779 /security/p5-Crypt-CBC | |
parent | e4525dd13c0f5a0d5cb8a13cb2f5f55be14867c7 (diff) | |
download | ports-c59cdd451aa475a0da54f14b65d5d6803e83e405.tar.gz ports-c59cdd451aa475a0da54f14b65d5d6803e83e405.zip |
Notes
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 f9a510f118c0..4f458097319a 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= markm@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RESTRICTED= "Crypto; export-controlled" |