From c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 31 Mar 2006 23:44:39 +0000 Subject: heimdal and gss conflict because they install a common set of manpages for the gss_* functions. --- security/gss/Makefile | 4 +++- security/heimdal/Makefile | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/gss/Makefile b/security/gss/Makefile index eea54e39ba6..7aafccb4bb9 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:34 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/31 23:44:39 jlam Exp $ # DISTNAME= gss-0.0.15 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gss/ COMMENT= GNU Generic Security Service Library +CONFLICTS+= heimdal-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 68baa28d01e..291c3ce483c 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/03/30 03:44:43 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2006/03/31 23:44:39 jlam Exp $ DISTNAME= heimdal-0.7.2 CATEGORIES= security @@ -12,6 +12,7 @@ COMMENT= Kerberos 5 implementation CONFLICTS+= arla-[0-9]* CONFLICTS+= mit-krb5-[0-9]* CONFLICTS+= openafs-[0-9]* +CONFLICTS+= gss-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -- cgit v1.2.3