diff options
author | wennmach <wennmach> | 2001-04-12 10:35:41 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-04-12 10:35:41 +0000 |
commit | fab2ed7fb68a5938790f33e0d6608389aa3eb0cd (patch) | |
tree | 95dac552d3372046e31ba01aa8bc75c4a77ee3f4 /chat/ircII | |
parent | 92ab2c38265778f910425fbc1f0df7115e04c8f4 (diff) | |
download | pkgsrc-fab2ed7fb68a5938790f33e0d6608389aa3eb0cd.tar.gz |
Add a CONFLICTS entry for blackened.
Detected by pkgconflict.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index aa28485894b..3e08516987f 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/12 10:35:41 wennmach Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client +CONFLICTS= blackened-* + .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes |