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 | c987944f19f9de59a423aed218fff6dbd3405cee (patch) | |
tree | 861d03b2cbdb31bd5d7c11abc12022db6adcb5ac /chat/xchat/Makefile.common | |
parent | 2dd8c703cef14848aeca6e71e62286d0ae1b7b21 (diff) | |
download | pkgsrc-c987944f19f9de59a423aed218fff6dbd3405cee.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.common')
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index a04ee0de00f..4a1cf90d557 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.18 2003/07/17 21:26:28 grant Exp $ +# $NetBSD: Makefile.common,v 1.19 2003/10/03 07:20:00 xtraeme Exp $ DISTNAME= xchat-1.8.11 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 |