From 2b87b460bc79cec294959357f7d2252eb52bb122 Mon Sep 17 00:00:00 2001 From: mjl Date: Wed, 3 Oct 2001 15:21:10 +0000 Subject: Correct depends. Finally fixes PR/14137. --- security/p5-Crypt-DSA/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3