From 585534220c0ea1afd4b19eb9ffb4355e14576dcd Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 22 May 2005 20:07:36 +0000 Subject: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison --- sysutils/dbus/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/dbus') diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common index 2dfefec6aee..b62b59f5bfc 100644 --- a/sysutils/dbus/Makefile.common +++ b/sysutils/dbus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2005/05/08 12:55:45 kristerw Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/05/22 20:08:31 jlam Exp $ # # XXX Do not update to 0.30 or above yet. The API in the 0.2x series is @@ -18,7 +18,7 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutils/dbus/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/dbus/patches GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LIBTOOL= YES USE_PKGINSTALL= YES -- cgit v1.2.3