diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-27 18:21:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-27 18:21:25 +0000 |
commit | 2ad4d8f28e0e2ca4f20cb23e6f2b5abc1fdae005 (patch) | |
tree | 3b8dee8620f4cdcc843a8a9b2ce0574830e69107 /security/openssl | |
parent | e056e4c680676fa09cce392468b5bb8b75a40c20 (diff) | |
download | pkgsrc-2ad4d8f28e0e2ca4f20cb23e6f2b5abc1fdae005.tar.gz |
security/openssl and converters/base64 both install a 'base64' executable,
so make them CONFLICT (pkg/11408).
Diffstat (limited to 'security/openssl')
-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 843569bcd31..bdb0b63cb91 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/02/25 04:18:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.31 2001/02/27 18:21:25 wiz Exp $ # DISTNAME= openssl-0.9.6 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library -CONFLICTS= SSLeay-* ssleay-* +CONFLICTS= SSLeay-* ssleay-* base64-* CRYPTO= YES USE_PERL5= YES |