diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-03 07:20:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-03 07:20:00 +0000 |
commit | 6e0bfab3722e020a20ff6c44b422525fc5be8178 (patch) | |
tree | 861d03b2cbdb31bd5d7c11abc12022db6adcb5ac /chat/xchat/Makefile | |
parent | 2d1a022b8a6451c9089032ee7a35e836142635e3 (diff) | |
download | pkgsrc-6e0bfab3722e020a20ff6c44b422525fc5be8178.tar.gz |
xchat2 can't coexist with xchat{-gnome} and viceversa.
Closes PR pkg/23039 by Stefan Krueger.
Bump PKGREVISION.
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 47b8c4312ef..2382a785818 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/12/24 09:35:53 tron Exp $ +# $NetBSD: Makefile,v 1.27 2003/10/03 07:20:00 xtraeme Exp $ .include "Makefile.common" @@ -7,7 +7,7 @@ CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+= --disable-zvt -CONFLICTS+= xchat-gnome-[0-9]* +CONFLICTS+= xchat-gnome-[0-9]* xchat-2.[0-9]* .include "../../graphics/gdk-pixbuf/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" |