summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 07:49:20 +0000
committergrant <grant@pkgsrc.org>2004-01-22 07:49:20 +0000
commitef741f8a1a08d590450d8e8035fe7387b1bd573a (patch)
tree7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /chat
parent4df29abc308089f29ae112a89715fd4b320d1ee7 (diff)
downloadpkgsrc-ef741f8a1a08d590450d8e8035fe7387b1bd573a.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'chat')
-rw-r--r--chat/bitlbee/Makefile4
-rw-r--r--chat/centericq/Makefile4
-rw-r--r--chat/ekg/Makefile4
-rw-r--r--chat/everybuddy/Makefile.common4
-rw-r--r--chat/fisg/Makefile4
-rw-r--r--chat/gabber/Makefile4
-rw-r--r--chat/gaim-gtk1/Makefile.common4
-rw-r--r--chat/gaim/Makefile4
-rw-r--r--chat/gnomeicu/Makefile4
-rw-r--r--chat/gossip/Makefile4
-rw-r--r--chat/icqlib/Makefile4
-rw-r--r--chat/ircservices/Makefile4
-rw-r--r--chat/jabberd/Makefile4
-rw-r--r--chat/kmess/Makefile4
-rw-r--r--chat/kopete/Makefile4
-rw-r--r--chat/kyim/Makefile4
-rw-r--r--chat/liece/Makefile4
-rw-r--r--chat/micq/Makefile4
-rw-r--r--chat/navi2ch/Makefile4
-rw-r--r--chat/ninja/Makefile4
-rw-r--r--chat/psi-ssl/Makefile4
-rw-r--r--chat/psi/Makefile4
-rw-r--r--chat/quirc/Makefile4
-rw-r--r--chat/ser/Makefile4
-rw-r--r--chat/silc-client/Makefile4
-rw-r--r--chat/xaric/Makefile4
-rw-r--r--chat/xchat/Makefile.common4
-rw-r--r--chat/xchat2/Makefile4
28 files changed, 56 insertions, 56 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 8b6fe2ede8f..404ac03f24d 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/31 13:02:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= bitlbee-0.83
@@ -11,7 +11,7 @@ COMMENT= IRC to other chat networks gateway
USE_BUILDLINK2= yes
HAS_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index 6d7e964d9e5..96b17f8b17e 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2003/12/14 04:14:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.34 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= centericq-4.9.9
@@ -13,7 +13,7 @@ COMMENT= Instant Messenger interface for ICQ2000, Yahoo!, MSN and Jabber
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_GCC_SHLIB= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_NCURSES= yes
GNU_CONFIGURE= yes
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile
index 47162c17223..20e8e004a64 100644
--- a/chat/ekg/Makefile
+++ b/chat/ekg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/12/08 16:32:52 adam Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= ekg-1.4
@@ -11,7 +11,7 @@ HOMEPAGE= http://dev.null.pl/ekg/
COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system)
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_GNU_READLINE= YES
USE_LIBTOOL= YES
USE_NCURSES= YES # KEY_RESIZE, ncurses internals
diff --git a/chat/everybuddy/Makefile.common b/chat/everybuddy/Makefile.common
index 9f8d52552cb..b31f9469a06 100644
--- a/chat/everybuddy/Makefile.common
+++ b/chat/everybuddy/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2003/09/02 18:20:34 seb Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/01/22 07:49:20 grant Exp $
DISTNAME= everybuddy-0.2.0
CATEGORIES= chat
@@ -10,7 +10,7 @@ COMMENT= Universal Instant Messaging Client
DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
USE_BUILDLINK2= yes
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile
index 0ff93eca451..324647ae480 100644
--- a/chat/fisg/Makefile
+++ b/chat/fisg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:09:35 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 07:49:20 grant Exp $
DISTNAME= fisg-0.2.0
CATEGORIES= chat textproc
@@ -10,6 +10,6 @@ COMMENT= Fast IRC statistics generator
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile
index c4407eb3e0b..fa29d4614e0 100644
--- a/chat/gabber/Makefile
+++ b/chat/gabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/22 07:49:20 grant Exp $
DISTNAME= gabber-0.8.8
PKGREVISION= 3
@@ -11,7 +11,7 @@ COMMENT= Gnome Jabber Client
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11BASE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff --git a/chat/gaim-gtk1/Makefile.common b/chat/gaim-gtk1/Makefile.common
index c570936bbe2..3095d63744d 100644
--- a/chat/gaim-gtk1/Makefile.common
+++ b/chat/gaim-gtk1/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2003/07/17 21:25:44 grant Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= gaim-0.59.8
@@ -19,7 +19,7 @@ PLIST_SRC= ${.CURDIR}/../gaim-gtk1/PLIST.common
DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11BASE= YES
USE_PKGLOCALEDIR= YES
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile
index f24078356fa..c47ecb2bb98 100644
--- a/chat/gaim/Makefile
+++ b/chat/gaim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/01/11 20:54:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.50 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= gaim-0.75
@@ -17,7 +17,7 @@ CONFLICTS+= gaim-gnome-[0-9]*
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index abf65cd70bb..670cd7be57c 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/22 07:49:20 grant Exp $
DISTNAME= gnomeicu-0.96
PKGREVISION= 9
@@ -14,7 +14,7 @@ USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../databases/gdbm/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index 8d988d37cb6..5dbdde5def9 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= gossip-0.6
@@ -16,7 +16,7 @@ BUILD_DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile
index 81c90b8ad0b..b3a9ac26d78 100644
--- a/chat/icqlib/Makefile
+++ b/chat/icqlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:25:51 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/22 07:49:20 grant Exp $
DISTNAME= icqlib-1.0.0
CATEGORIES= chat
@@ -8,7 +8,7 @@ MAINTAINER= magick@NetBSD.org
HOMEPAGE= http://kicq.sourceforge.net/icqlib.shtml
COMMENT= Implementation of the icq protocol
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile
index 4beb18a5245..d943f206fdb 100644
--- a/chat/ircservices/Makefile
+++ b/chat/ircservices/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/08 08:32:37 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= ircservices-5.0.16
@@ -13,7 +13,7 @@ COMMENT= Services for IRC networks
HAS_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_GNU_TOOLS= grep
USE_PERL5= build
diff --git a/chat/jabberd/Makefile b/chat/jabberd/Makefile
index d638481deed..2a3fb5d6004 100644
--- a/chat/jabberd/Makefile
+++ b/chat/jabberd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/23 10:16:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= jabberd-1.4.3
@@ -13,7 +13,7 @@ CONFLICTS= jabberd2-[0-9]*:../../wip/jabberd2
USE_BUILDLINK2= yes
HAS_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --enable-ssl
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile
index 24918697fc3..1e60b1266e7 100644
--- a/chat/kmess/Makefile
+++ b/chat/kmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= kmess-1.1
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
.include "../../audio/arts/buildlink2.mk"
diff --git a/chat/kopete/Makefile b/chat/kopete/Makefile
index 470d5fa7db6..e1a19ab5214 100644
--- a/chat/kopete/Makefile
+++ b/chat/kopete/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/03 15:56:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= kopete-0.7.4
@@ -15,7 +15,7 @@ BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff --git a/chat/kyim/Makefile b/chat/kyim/Makefile
index c07ae962dab..dabc3222805 100644
--- a/chat/kyim/Makefile
+++ b/chat/kyim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/22 07:49:20 grant Exp $
DISTNAME= kyim-1.0
PKGREVISION= 3
@@ -11,7 +11,7 @@ HOMEPAGE= http://kyim.sourceforge.net/
COMMENT= KDE Yahoo! client
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CPPFLAGS+= -DHAVE_STDARG_H=1
diff --git a/chat/liece/Makefile b/chat/liece/Makefile
index 55f2b4ad480..3a636b25d6e 100644
--- a/chat/liece/Makefile
+++ b/chat/liece/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/09 10:33:29 seb Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 07:49:20 grant Exp $
DISTNAME= liece-1.4.10
CATEGORIES= chat
@@ -13,13 +13,13 @@ DEPENDS= ${PKGNAME_PREFIX}apel>=10.3:../../devel/apel
.include "../../mk/emacs.mk"
HAS_CONFIGURE= # defined
+USE_GNU_TOOLS+= make
.if ${EMACS_FLAVOR} == "emacs"
CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN}
.else
CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN}
.endif
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}
-USE_GMAKE= # defined
INFO_FILES= liece.info
diff --git a/chat/micq/Makefile b/chat/micq/Makefile
index 84b04295b68..dc733c1bb3d 100644
--- a/chat/micq/Makefile
+++ b/chat/micq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/21 16:34:32 martti Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/22 07:49:20 grant Exp $
DISTNAME= micq-0.4.10.3
PKGREVISION= 1
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.micq.org/
COMMENT= Text-mode ICQ client
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink2.mk"
diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile
index ec3a87fc8d9..d80fb477ca5 100644
--- a/chat/navi2ch/Makefile
+++ b/chat/navi2ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/10/04 02:10:06 toshii Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 07:49:20 grant Exp $
DISTNAME= navi2ch-1.7.1
CATEGORIES= chat
@@ -11,6 +11,7 @@ COMMENT= 2ch BBS browser for Emacs
.include "../../mk/emacs.mk"
GNU_CONFIGURE= # defined
+USE_GNU_TOOLS+= make
.if ${EMACS_FLAVOR} == "emacs"
CONFIGURE_ARGS+=--with-emacs
CONFIGURE_ARGS+=--with-icondir=${PREFIX}/share/navi2ch/icons
@@ -19,7 +20,6 @@ CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/navi2ch
CONFIGURE_ARGS+=--with-xemacs
CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX}
.endif
-USE_GMAKE= # defined
INFO_FILES= navi2ch.info
diff --git a/chat/ninja/Makefile b/chat/ninja/Makefile
index 81849dba04d..d5b2d46b6d1 100644
--- a/chat/ninja/Makefile
+++ b/chat/ninja/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:49:20 grant Exp $
#
DISTNAME= ninja-1.5.8.1
@@ -11,7 +11,7 @@ COMMENT= Another IRC client based on ircII
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+= --enable-ipv6
diff --git a/chat/psi-ssl/Makefile b/chat/psi-ssl/Makefile
index 2ec65f22a95..d20fdea1222 100644
--- a/chat/psi-ssl/Makefile
+++ b/chat/psi-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/12 10:38:03 cjep Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/22 07:49:21 grant Exp $
DISTNAME= qssl-2.0
PKGNAME= psi-ssl-2.0
@@ -12,7 +12,7 @@ HOMEPAGE= http://psi.affinix.com/
COMMENT= PSI Jabber Client - SSL plugin
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_X11= yes
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 25ae670cb45..91c892f2a87 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/11/18 17:54:48 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/22 07:49:20 grant Exp $
DISTNAME= psi-0.9
PKGREVISION= 3
@@ -13,7 +13,7 @@ COMMENT= PSI Jabber Client
DEPENDS+= psi-ssl>=2.0:../../chat/psi-ssl
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_X11= yes
HAS_CONFIGURE= yes
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile
index c624ca18f18..2f614325f6a 100644
--- a/chat/quirc/Makefile
+++ b/chat/quirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/08/28 20:05:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 07:49:21 grant Exp $
#
DISTNAME= quirc-0.9.82
@@ -11,7 +11,7 @@ COMMENT= Stable and powerful graphical IRC client
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
.include "../../x11/tk/buildlink2.mk"
diff --git a/chat/ser/Makefile b/chat/ser/Makefile
index 631c6add75c..e989ed5c5aa 100644
--- a/chat/ser/Makefile
+++ b/chat/ser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/10 19:00:41 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/22 07:49:21 grant Exp $
#
DISTNAME= ser-0.8.10_src
@@ -14,7 +14,7 @@ COMMENT= SIP express router
WRKSRC= ${WRKDIR}/ser-0.8.10
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
MAKE_ENV+= BUILDLINK_PREFIX.pthread="${BUILDLINK_PREFIX.pthread}"
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 965a6ca0b0a..0e08dd76b1b 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/01/14 17:09:26 salo Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/22 07:49:21 grant Exp $
#
DISTNAME= ${SILC_CLIENT_DISTNAME}
@@ -19,7 +19,7 @@ COMMENT= Client for the Secure Internet Live Conferencing (SILC)
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/irssi/libtool \
${WRKSRC}/lib/silcmath/mpi/libtool
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile
index 9a97049b0d8..bdd8b50f975 100644
--- a/chat/xaric/Makefile
+++ b/chat/xaric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:49:21 grant Exp $
#
DISTNAME= xaric-0.12.1
@@ -12,7 +12,7 @@ COMMENT= IRC client similar to BitchX and ircII
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --enable-optimize
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index 7cc662576ce..e86b03f30cc 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile.common,v 1.23 2004/01/22 07:49:21 grant Exp $
DISTNAME= xchat-1.8.11
PKGREVISION= 4
@@ -22,7 +22,7 @@ PLIST_SRC= ${.CURDIR}/../xchat/PLIST
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PERL5= YES
USE_GNU_TOOLS+= grep
CONFIGURE_ARGS+= --enable-python
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index a57df177bf3..12bbe468fa7 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/04 17:26:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/22 07:49:21 grant Exp $
#
DISTNAME= xchat-2.0.7
@@ -18,7 +18,7 @@ CONFLICTS= xchat-gnome-[0-9]*
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
USE_X11= YES