diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-06 21:49:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-06 21:49:35 +0000 |
commit | daced48459cd66a6d48e4bf46c64bf61b019132d (patch) | |
tree | 211a04849c0c66551b8e1c6446b6555dd05a1df4 /sysutils | |
parent | 6f35893ca207b954cdd5d601a6a3186095c42578 (diff) | |
download | pkgsrc-daced48459cd66a6d48e4bf46c64bf61b019132d.tar.gz |
dbus{,-glib} need msgfmt; add it to USE_TOOLS.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common index 4584378feae..32a5db8ea80 100644 --- a/sysutils/dbus/Makefile.common +++ b/sysutils/dbus/Makefile.common @@ -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 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutils/dbus/distinfo 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 |