diff options
author | rh <rh> | 2002-07-26 08:18:29 +0000 |
---|---|---|
committer | rh <rh> | 2002-07-26 08:18:29 +0000 |
commit | 080c40b9f5c645d27abe6762acb104ccebe3a7c9 (patch) | |
tree | 87ddc5cb02312508f65665cd7c09ecdb0df2e238 /net/zephyr | |
parent | 3f275a56d8cdcf2f7293a5d16c4e018c6d8e9cc6 (diff) | |
download | pkgsrc-080c40b9f5c645d27abe6762acb104ccebe3a7c9.tar.gz |
Add missing CONFLICTS with kth-krb4. They both install lib/libcom_err.a
This closes PR pkg/15660.
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 4 |
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) |