diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 18:55:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 18:55:21 +0000 |
commit | e48cb1d6fe99b4313981ab21ab6afe34c29aa096 (patch) | |
tree | 8f0d88c753762d55a3d8db5bd23e1e41332586c2 /security | |
parent | c957a9835cc0ef6b1769dc217693c379efb02c99 (diff) | |
download | pkgsrc-e48cb1d6fe99b4313981ab21ab6afe34c29aa096.tar.gz |
security/heimdal and arla conflict with each other because of:
bin/mk_cmds
lib/libroken.la
lib/libsl.la
lib/libss.la
man/man3/arg_printusage.3
man/man3/getarg.3
Addresses PR 32610 and PR 32611 by Ola Eriksson.
Diffstat (limited to 'security')
-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 7e442cc2138..f1e4b62c30b 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2005/12/29 06:22:09 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2006/01/24 18:55:21 wiz Exp $ DISTNAME= heimdal-0.7.1 PKGREVISION= 2 @@ -10,6 +10,7 @@ MAINTAINER= lha@NetBSD.org HOMEPAGE= http://www.pdc.kth.se/heimdal/ COMMENT= Kerberos 5 implementation +CONFLICTS+= arla-[0-9]* CONFLICTS+= mit-krb5-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews |