diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 18:56:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 18:56:23 +0000 |
commit | def1995d7ede82108a716e1ae9539e40fa1df962 (patch) | |
tree | f3766455d4a6bf0a03c5ba744558e084ad3b146b /security/heimdal | |
parent | e48cb1d6fe99b4313981ab21ab6afe34c29aa096 (diff) | |
download | pkgsrc-def1995d7ede82108a716e1ae9539e40fa1df962.tar.gz |
security/heimdal and net/openafs conflict because of:
bin/compile_et
bin/kpasswd
bin/pagsh
Addresses PR 32610 and PR 32612 by Ola Eriksson.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index f1e4b62c30b..411c2dcc21f 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/01/24 18:55:21 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2006/01/24 18:56:23 wiz Exp $ DISTNAME= heimdal-0.7.1 PKGREVISION= 2 @@ -12,6 +12,7 @@ COMMENT= Kerberos 5 implementation CONFLICTS+= arla-[0-9]* CONFLICTS+= mit-krb5-[0-9]* +CONFLICTS+= openafs-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews |