From 2c01ea3b7724677eb90f7cc5186e55f90a768fed Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- lang/gcc34/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lang/gcc34') diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index f5863708abf..ea8d6ea3d13 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/05 11:03:59 shannonjr Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -11,7 +11,6 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html COMMENT= This is the gcc 3.4 compiler -BUILD_USES_MSGFMT= YES GCC_VERSION= 3.4.6 NOT_FOR_PLATFORM= Interix-*-* @@ -105,7 +104,7 @@ PTHREAD_OPTS+= native CONFIGURE_ARGS+= --disable-threads .endif -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake makeinfo msgfmt HAS_CONFIGURE= YES # no GNU_CONFIGURE! CONFIG_SHELL?= ${SH} CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL:Q} -- cgit v1.2.3