summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
committerjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
commit1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /lang/gcc34
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.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/Makefile5
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}