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 --- lang/objc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lang/objc') diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 28cfd83f86a..fdabdc04b2f 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 05:35:33 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:10 jlam Exp $ DISTNAME= objc-3.2.6 CATEGORIES= lang @@ -16,8 +16,7 @@ CONFIGURE_DIRS= ${WRKSRC_BS} ${WRKSRC} PREPEND_PATH+= ${WRKSRC_BS} BUILD_TARGET= default -USE_GNU_TOOLS+= lex -USE_TOOLS+= yacc +USE_TOOLS+= lex yacc USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -- cgit v1.2.3