diff options
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index f01b88c734c..b95c922e2ca 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,9 +1,15 @@ -# $NetBSD: Makefile,v 1.33 2005/09/12 12:56:41 tron Exp $ +# $NetBSD: Makefile,v 1.34 2005/10/09 21:43:46 tron Exp $ MAINTAINER= tron@NetBSD.org .include "Makefile.common" +PKGREVISION= 1 + +PATCH_SITES= ${MASTER_SITES}/patches/ +PATCHFILES= xc245-fix-te-notify.diff +PATCH_DIST_STRIP= -p1 + COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit BUILD_USES_MSGFMT= YES |