diff options
-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 |