diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-12 12:38:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-12 12:38:11 +0800 |
commit | 7fdec326e0bb39f6b981d3dc9eadf346960857a6 (patch) | |
tree | 3d805681cb036c5b8911a73faad7fc536e285e2f /security | |
parent | 9d254efded4ab7544590119a6ae9e7076a6d7893 (diff) | |
download | freebsd-ports-gnome-7fdec326e0bb39f6b981d3dc9eadf346960857a6.tar.gz freebsd-ports-gnome-7fdec326e0bb39f6b981d3dc9eadf346960857a6.tar.zst freebsd-ports-gnome-7fdec326e0bb39f6b981d3dc9eadf346960857a6.zip |
add one more dependency
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 595ff135a849..022e44e8dd2e 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -21,10 +21,11 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry ${PERLBASE}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ ${PERLBASE}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ ${PERLBASE}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ + ${PERLBASE}/${PERL_ARCH}/Crypt/RIPEMD160.pm:${PORTSDIR}/security/p5-Crypt-RIPEMD160 \ ${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${PERLBASE}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ + ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer RESTRICTED= "Crypto; export-controlled" |