summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2b7701c2e846af68d16fca094c7edd5a431d4797 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /lang/gcc34-ada/Makefile
parent381acf95ec4f42fe16a17018bf9d56363883a683 (diff)
downloadpkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'lang/gcc34-ada/Makefile')
-rw-r--r--lang/gcc34-ada/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile
index 4b4f1e2b7a4..bf55870a2fa 100644
--- a/lang/gcc34-ada/Makefile
+++ b/lang/gcc34-ada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/05 11:43:12 shannonjr Exp $
+# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:34 jlam Exp $
#
DISTNAME= gcc-${GCC_VERSION}
@@ -11,11 +11,9 @@ MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
COMMENT= This is the gcc 3.4 Ada compiler
-BUILD_USES_MSGFMT= YES
-
GCC_VERSION= 3.4.6
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-languages="c,ada"
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC