diff options
author | mjl <mjl> | 2001-10-03 15:21:10 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-10-03 15:21:10 +0000 |
commit | 2b87b460bc79cec294959357f7d2252eb52bb122 (patch) | |
tree | 432210c2dab7b9858bf70f69f3779584f26bc332 /security | |
parent | 2d41bbfdf3c142abf8d0b3a27145cab0f83c16a8 (diff) | |
download | pkgsrc-2b87b460bc79cec294959357f7d2252eb52bb122.tar.gz |
Correct depends. Finally fixes PR/14137.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 11d0a930a9b..c63ab1007f2 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/03 02:31:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/03 15:21:10 mjl Exp $ # DISTNAME= Crypt-DSA-0.12 @@ -10,12 +10,12 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module for the DSA public key algorithm -# XXX: really want p5-Digest-SHA1...waiting for update -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer DEPENDS+= p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM +DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DSA/.packlist |