summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
committerjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
commit1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /chat
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'chat')
-rw-r--r--chat/gaim-encryption/Makefile6
-rw-r--r--chat/gaim/Makefile6
-rw-r--r--chat/gnomeicu/Makefile5
-rw-r--r--chat/gossip/Makefile5
-rw-r--r--chat/kmess/Makefile6
-rw-r--r--chat/weechat/Makefile5
-rw-r--r--chat/xchat/Makefile5
7 files changed, 14 insertions, 24 deletions
diff --git a/chat/gaim-encryption/Makefile b/chat/gaim-encryption/Makefile
index a3280463298..8e553bd884b 100644
--- a/chat/gaim-encryption/Makefile
+++ b/chat/gaim-encryption/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/28 17:26:59 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:29 jlam Exp $
DISTNAME= gaim-encryption-2.38
PKGREVISION= 2
@@ -9,9 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gaim-encryption.sourceforge.net/
COMMENT= Plugin for gaim to add TLS/SSL via nss/nspr
-BUILD_USES_MSGFMT= YES
-
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile
index fcf4168462c..b0b93403570 100644
--- a/chat/gaim/Makefile
+++ b/chat/gaim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2006/03/13 20:33:24 joerg Exp $
+# $NetBSD: Makefile,v 1.106 2006/04/13 18:23:29 jlam Exp $
DISTNAME= gaim-1.5.0
PKGREVISION= 5
@@ -10,12 +10,10 @@ MAINTAINER= mjl@luckie.org.nz
HOMEPAGE= http://gaim.sourceforge.net/
COMMENT= GTK+ 2.x based multi-protocol instant messaging client
-BUILD_USES_MSGFMT= yes
-
CONFLICTS+= gaim-gnome-[0-9]*
USE_DIRS+= xdg-1.1
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index 9b7bd1d5c49..e5a259aeee7 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/03/21 06:00:44 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2006/04/13 18:23:29 jlam Exp $
DISTNAME= gnomeicu-0.99.5
PKGREVISION= 6
@@ -12,10 +12,9 @@ COMMENT= GNOME ICQ client
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
-BUILD_USES_MSGFMT= YES
BROKEN_GETTEXT_DETECTION= YES
CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index c73637a8a73..62afbbd7f1e 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2006/04/04 18:07:16 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2006/04/13 18:23:29 jlam Exp $
#
DISTNAME= gossip-0.10.2
@@ -11,10 +11,9 @@ HOMEPAGE= http://gossip.imendio.org/
COMMENT= GTK2 Jabber Instant Messaging client
BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
-BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile
index 128be9acf05..285bb4cdb16 100644
--- a/chat/kmess/Makefile
+++ b/chat/kmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:03 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:30 jlam Exp $
#
DISTNAME= kmess-1.1
@@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kmess.sourceforge.net/
COMMENT= MSN Messenger Client for KDE3
-BUILD_USES_MSGFMT= yes
-
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index 338368d062e..b2dd499c59f 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:04 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:30 jlam Exp $
#
DISTNAME= weechat-0.0.6
@@ -13,9 +13,8 @@ COMMENT= Lightweight and user friendly curses based IRC client
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_USES_MSGFMT= yes
-
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
INCOMPAT_CURSES+= NetBSD-1.*-*
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index b9040bc6682..86b0e807242 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/03/14 19:06:19 tron Exp $
+# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:30 jlam Exp $
.include "Makefile.common"
@@ -6,10 +6,9 @@ MAINTAINER= tron@NetBSD.org
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
-BUILD_USES_MSGFMT= YES
-
CONFLICTS= xchat-gnome-[0-9]*
+USE_TOOLS+= msgfmt
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES