diff options
author | Jesper Skriver <jesper@FreeBSD.org> | 2002-03-14 16:29:57 +0000 |
---|---|---|
committer | Jesper Skriver <jesper@FreeBSD.org> | 2002-03-14 16:29:57 +0000 |
commit | d2855e0069d6374333ac29fb9a7a0549dcd54222 (patch) | |
tree | 003cd763abc624b41231b1f42b131e0c278548df /converters | |
parent | 3f324864be1a717f94372f23fd1e60e801150a7f (diff) |
Add extra dependency of ports/security/p5-Crypt-DES_EDE3
Approved by: mharo
Notes
Notes:
svn path=/head/; revision=56088
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-PEM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile index 6a1be10decb4..f2b302c6f904 100644 --- a/converters/p5-Convert-PEM/Makefile +++ b/converters/p5-Convert-PEM/Makefile @@ -18,6 +18,7 @@ MAINTAINER= mharo@FreeBSD.org PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= ${PERLBASE}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ + ${PERLBASE}/${PERL_ARCH}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 |