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/xchat2 | |
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/xchat2')
-rw-r--r-- | chat/xchat2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 58a954ace05..c5fde3abbb0 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/09/23 22:00:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2003/10/03 07:20:00 xtraeme Exp $ # DISTNAME= xchat-2.0.5 +PKGREVISION= 1 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 @@ -13,6 +14,8 @@ COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit BUILD_USES_MSGFMT= YES DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs +CONFLICTS= xchat-1.[0-9]* xchat-gnome-1.[0-9]* + GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES |