pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus dbus{,-glib} need msgfmt; add it to USE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/638db03149b8
branches:  trunk
changeset: 514021:638db03149b8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 06 21:49:35 2006 +0000

description:
dbus{,-glib} need msgfmt; add it to USE_TOOLS.

diffstat:

 sysutils/dbus/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c03959233169 -r 638db03149b8 sysutils/dbus/Makefile.common
--- a/sysutils/dbus/Makefile.common     Tue Jun 06 21:38:34 2006 +0000
+++ b/sysutils/dbus/Makefile.common     Tue Jun 06 21:49:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2006/04/22 09:22:14 rillig Exp $
+# $NetBSD: Makefile.common,v 1.16 2006/06/06 21:49:35 minskim Exp $
 #
 
 DBUS_VERSION=  0.61
@@ -15,7 +15,7 @@
 PATCHDIR=      ${.CURDIR}/../../sysutils/dbus/patches
 
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake msgfmt pkg-config
 USE_LIBTOOL=           YES
 
 PKGCONFIG_OVERRIDE=    dbus-1.pc.in



Home | Main Index | Thread Index | Old Index