pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/xchat GNU grep is required to build xchat on Sola...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b593b095b2b8
branches:  trunk
changeset: 463188:b593b095b2b8
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Fri Oct 31 13:58:09 2003 +0000

description:
GNU grep is required to build xchat on Solaris.

diffstat:

 chat/xchat/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c8ac57f2e80b -r b593b095b2b8 chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common        Fri Oct 31 12:28:12 2003 +0000
+++ b/chat/xchat/Makefile.common        Fri Oct 31 13:58:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2003/10/03 07:43:11 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.21 2003/10/31 13:58:09 gavan Exp $
 
 DISTNAME=      xchat-1.8.11
 PKGREVISION=   3
@@ -24,6 +24,7 @@
 USE_X11BASE=           YES
 USE_GMAKE=             YES
 USE_PERL5=             YES
+USE_GNU_TOOLS+=                grep
 CONFIGURE_ARGS+=       --enable-python
 
 BUILD_DEFS+=           USE_INET6 USE_SOCKS



Home | Main Index | Thread Index | Old Index