diff options
author | gavan <gavan> | 2003-10-31 13:58:09 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-10-31 13:58:09 +0000 |
commit | 6b3e332f9050b688e8d79fbf06f8063c8eb89a2d (patch) | |
tree | 805e3d3c35a84140b8ca86d75b4cbacc093c4e66 /chat/xchat | |
parent | 5e12ceb05bf419ce013cef403692c2be90b4e55b (diff) | |
download | pkgsrc-6b3e332f9050b688e8d79fbf06f8063c8eb89a2d.tar.gz |
GNU grep is required to build xchat on Solaris.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 03b1d6f7d7b..35d903eb0be 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -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_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES +USE_GNU_TOOLS+= grep CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS |