diff options
author | pav <pav@FreeBSD.org> | 2009-05-19 04:56:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-19 04:56:41 +0800 |
commit | 2122746f14a673e74b4a07f60c5b38e8cb17da07 (patch) | |
tree | 2dedb3ff63efd0438fb5b7b6fc0e112553628af3 | |
parent | 6cfa1f941d246ad06cd93a4b97a5daabbb5fe769 (diff) | |
download | freebsd-ports-gnome-2122746f14a673e74b4a07f60c5b38e8cb17da07.tar.gz freebsd-ports-gnome-2122746f14a673e74b4a07f60c5b38e8cb17da07.tar.zst freebsd-ports-gnome-2122746f14a673e74b4a07f60c5b38e8cb17da07.zip |
- Update depobjs after p5-Params-Classify update
Reported by: pointyhat
-rw-r--r-- | security/p5-Authen-Passphrase/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Data-Entropy/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile index 78170ad90231..90fd92d6c3da 100644 --- a/security/p5-Data-Entropy/Makefile +++ b/security/p5-Data-Entropy/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5 ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/Math/BigRat.pm:${PORTSDIR}/math/p5-Math-BigRat \ - ${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \ + ${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \ p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float PERL_MODBUILD= yes |