diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:44:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:44:39 +0000 |
commit | c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f (patch) | |
tree | 82299395f0c9b8fc2a71ac19d0333dbb3666d857 /security | |
parent | aa282c31e50062bdadf4c2a6fc485686ddf08cff (diff) | |
download | pkgsrc-c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f.tar.gz |
heimdal and gss conflict because they install a common set of manpages
for the gss_* functions.
Diffstat (limited to 'security')
-rw-r--r-- | security/gss/Makefile | 4 | ||||
-rw-r--r-- | security/heimdal/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
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 |