diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-10-19 05:39:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-10-19 05:39:44 +0000 |
commit | 743e8b0f63d5fe169693d5e5d7b7cba13dc33958 (patch) | |
tree | bc9e7230292b30a2991bd9c8ccaa1779924ac44e /security | |
parent | 61a4488549de225039da3be5fab3ff47b377f5e0 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index b164867b6c46..1aa59e6279f0 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -25,8 +25,8 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry ${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}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ + ${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RESTRICTED= "Crypto; export-controlled" |