diff options
author | wiz <wiz> | 2001-01-25 10:47:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-25 10:47:39 +0000 |
commit | e83fb78b1fc981a4ae4006426d1c03b87f461daf (patch) | |
tree | 2f4d58eecfb4eb2b70f01c4c35650cbf60f37cf2 /security/p5-Crypt-CBC/Makefile | |
parent | 9104f3db20749082db796bfd785a976945eaad36 (diff) | |
download | pkgsrc-e83fb78b1fc981a4ae4006426d1c03b87f461daf.tar.gz |
Fix DEPENDS line.
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index e012b0bfaad..33ca06b8406 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/01/18 18:24:43 explorer Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/25 10:47:39 wiz Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= packages@netbsd.org #HOMEPAGE= -DEPENDS+= p5-Digest-MD5:../../security/p5-Digest-MD5 +DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CBC/.packlist |