diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-19 02:57:43 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-19 02:57:43 +0000 |
commit | 07e126d1f63dc19aa02409576564dd3199cfa9e2 (patch) | |
tree | ff342effa1ffaad63ed5259917034ee580c40929 /security | |
parent | b5425f7502ea18030cc349a100242f7b00b4dc8d (diff) | |
download | pkgsrc-07e126d1f63dc19aa02409576564dd3199cfa9e2.tar.gz |
textproc/glimpse and security/openssl no longer conflict, as openssl
does no longer install bin/cast. Noted by Bernhard Riedel.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f4960e035a2..43e5357cf55 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2003/11/19 02:52:46 jschauma Exp $ +# $NetBSD: Makefile,v 1.84 2003/11/19 02:57:44 jschauma Exp $ DISTNAME= openssl-0.9.6l SVR4_PKGNAME= ossl @@ -11,7 +11,7 @@ COMMENT= Secure Socket Layer and cryptographic library USE_PERL5= build -CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* glimpse-[0-9] +CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* CRYPTO= YES |