From ef986bad494a0580a81706f510d17d2dc41de257 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 --- inputmethod/anthy/Makefile | 4 ++-- inputmethod/imhangul_status_applet/Makefile | 4 ++-- inputmethod/tc/Makefile | 4 ++-- inputmethod/uim/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'inputmethod') diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index 654946e73c6..706ae65bf93 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 15:02:23 taya Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:08 jlam Exp $ .include "../../inputmethod/anthy/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= Kana Kanji conversion system USE_LIBTOOL= yes USE_LANGUAGES= c -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= EMACS=no diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index b537ff1ea8c..3a30486416d 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:08 jlam Exp $ # DISTNAME= imhangul_status_applet-0.2 @@ -15,7 +15,7 @@ DEPENDS= imhangul>=0.9.6:../../inputmethod/imhangul GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_LIBTOOL= yes GCONF2_SCHEMAS= imhangul_status.schemas diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index 3627259fd7b..eebb3ba5168 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/27 17:54:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $ # DISTNAME= tc-2.3.1 @@ -16,7 +16,7 @@ CONFIGURE_ARGS+=--with-emacs=xemacs CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc .endif -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= YES INFO_FILES= tc.info diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 48172ae7ca8..b8df405a376 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:08 jlam Exp $ # DISTNAME= uim-0.4.6 @@ -12,7 +12,7 @@ COMMENT= Uim is a multilingual input method library USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES USE_NCURSES= # clear_screen, clr_eos -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in GNU_CONFIGURE= YES USE_X11= YES -- cgit v1.2.3