diff options
author | mjl <mjl> | 2001-09-19 03:12:30 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-09-19 03:12:30 +0000 |
commit | d1bb484fab39e195188b52e12f2ee4f49e5d5816 (patch) | |
tree | ee7fcd8973f4362a988cb2e54b4af2d40206797b /security | |
parent | 312835bf5f988517fe094c2b642edffa871b1a1c (diff) | |
download | pkgsrc-d1bb484fab39e195188b52e12f2ee4f49e5d5816.tar.gz |
Conflict with MD5 <= 2.12
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index f961cbba3d9..18a66b3052e 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/09/19 03:07:00 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/19 03:12:30 mjl Exp $ # DISTNAME= Digest-MD2-2.00 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= packages@netbsd.org COMMENT= perl5 module for MD2 -CONFLICTS+= p5-Digest-MD5-2.12 +CONFLICTS+= p5-Digest-MD5<=2.12 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/MD2/.packlist |