diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /lang/gcc34 | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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} |