diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-18 20:56:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-18 20:56:41 +0000 |
commit | 9310ff0064bcc9199725a60d1d801e7d2c61b916 (patch) | |
tree | aece5a0c9fc0dc9efca5ba742f6de02ac3834068 /security/p5-Authen-Passphrase | |
parent | b16cbac263b52815498cadc1abcfd3f983f68a62 (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-Passphrase')
-rw-r--r-- | security/p5-Authen-Passphrase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Authen-Passphrase/Makefile b/security/p5-Authen-Passphrase/Makefile index 10054f81d0a6..f5f1bd8292c3 100644 --- a/security/p5-Authen-Passphrase/Makefile +++ b/security/p5-Authen-Passphrase/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/DecHpwd.pm:${PORTSDIR}/security/ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Module/Runtime.pm:${PORTSDIR}/devel/p5-Module-Runtime \ - ${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify + ${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes |