diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-03 07:43:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-03 07:43:11 +0000 |
commit | 032ee2da13b03e45e3c438bbfebc9042465bb984 (patch) | |
tree | 7b4d1ca7e9d9c3ba80a6b2a98524de6782fd92af /chat/xchat2 | |
parent | 94870412ce9269073b43331073361d8478afd95c (diff) | |
download | pkgsrc-032ee2da13b03e45e3c438bbfebc9042465bb984.tar.gz |
Revert previous commit (wiz told me there's no need to CONFLICT betweeen
them, because they share the same PKGBASE).
Diffstat (limited to 'chat/xchat2')
-rw-r--r-- | chat/xchat2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index c5fde3abbb0..12e584ed4bf 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/10/03 07:20:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2003/10/03 07:43:11 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 @@ -14,8 +13,6 @@ 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 |