diff options
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 1b90eca61278..838e2190cdd7 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -22,7 +22,7 @@ MAN3= Crypt::CBC.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif .include <bsd.port.post.mk> |