diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-18 08:09:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-18 08:09:36 +0800 |
commit | be4c62f6c6d9b6a71e4e9735d00b7c14c40f5554 (patch) | |
tree | b54909bab9356185c721f841cc3c411e6515aa97 /security/p5-Crypt-OpenPGP | |
parent | e4f7cef351f017aed0ab2bc3e1728ed534447fbf (diff) | |
download | freebsd-ports-gnome-be4c62f6c6d9b6a71e4e9735d00b7c14c40f5554.tar.gz freebsd-ports-gnome-be4c62f6c6d9b6a71e4e9735d00b7c14c40f5554.tar.zst freebsd-ports-gnome-be4c62f6c6d9b6a71e4e9735d00b7c14c40f5554.zip |
Add missing dependencies
Noticed by: bento
Diffstat (limited to 'security/p5-Crypt-OpenPGP')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 1aa59e6279f0..37461858af95 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry ${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}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ ${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 \ |