diff options
author | tron <tron> | 2001-10-18 04:51:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-18 04:51:04 +0000 |
commit | ffad435ec24d84d6ecdc1d5f2bd29c11d8430865 (patch) | |
tree | b3bb49631fc27468d7f61b74dffba449c908766d /security/openssl | |
parent | c3df464dda6937004280e11b94820ef9ea7b094a (diff) | |
download | pkgsrc-ffad435ec24d84d6ecdc1d5f2bd29c11d8430865.tar.gz |
Add conflict between "glimpse" and "openssl" package. They both install
"bin/cast" in "${LOCALBASE}".
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 21cfb5f4b75..476c106ad6e 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2001/09/27 23:18:39 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2001/10/18 04:51:04 tron Exp $ DISTNAME= openssl-0.9.6 PKGNAME= ${DISTNAME}nb2 @@ -12,7 +12,8 @@ COMMENT= Secure Socket Layer and cryptographic library BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 -CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* base64-[0-9]* +CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* base64-[0-9]* \ + glimpse-[0-9] CRYPTO= YES |