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 /net | |
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 'net')
-rw-r--r-- | net/openafs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 3f837ca5b99..548999b26f4 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/12/29 06:22:00 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/24 18:56:23 wiz Exp $ DISTNAME= openafs-1.4.0-src PKGREVISION= 1 @@ -11,9 +11,10 @@ MAINTAINER= gendalia@NetBSD.org HOMEPAGE= http://www.openafs.org/ COMMENT= File system for sharing, scalability and transparent data migration +CONFLICTS+= arla-[0-9]* +CONFLICTS+= heimdal-[0-9]* CONFLICTS+= lwp-[0-9]* CONFLICTS+= rx-[0-9]* -CONFLICTS+= arla-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-bitmap-later |