summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-27 18:21:25 +0000
committerwiz <wiz@pkgsrc.org>2001-02-27 18:21:25 +0000
commit2ad4d8f28e0e2ca4f20cb23e6f2b5abc1fdae005 (patch)
tree3b8dee8620f4cdcc843a8a9b2ce0574830e69107 /security/openssl
parente056e4c680676fa09cce392468b5bb8b75a40c20 (diff)
downloadpkgsrc-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/Makefile4
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