heimdal and gss conflict because they install a common set of manpages
for the gss_* functions.
This commit is contained in:
parent
aa282c31e5
commit
c86ad2bc4b
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue