summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-07-26 08:18:29 +0000
committerrh <rh@pkgsrc.org>2002-07-26 08:18:29 +0000
commit6d44163ccf75b20924d0db988d97f06dad4654ae (patch)
tree87ddc5cb02312508f65665cd7c09ecdb0df2e238 /net
parent414f5c900792ee37fc7196993cc65de48580f271 (diff)
downloadpkgsrc-6d44163ccf75b20924d0db988d97f06dad4654ae.tar.gz
Add missing CONFLICTS with kth-krb4. They both install lib/libcom_err.a
This closes PR pkg/15660.
Diffstat (limited to 'net')
-rw-r--r--net/zephyr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index 159a02c6819..c718b164eef 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2002/06/15 21:20:03 cjep Exp $
+# $NetBSD: Makefile,v 1.24 2002/07/26 08:18:29 rh Exp $
#
DISTNAME= zephyr-2.0.4
@@ -9,6 +9,8 @@ MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://web.mit.edu/olh/Zephyr/index.html
COMMENT= Zephyr Messaging Service
+CONFLICTS+= kth-krb4-[0-9]*
+
.include "../../mk/bsd.prefs.mk"
.if defined(KERBEROS)