diff options
author | hans <hans@pkgsrc.org> | 2011-04-14 19:38:13 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-04-14 19:38:13 +0000 |
commit | 6d3bc395919160ff10f94416f3eaf14d77e1ef32 (patch) | |
tree | 7b6f126e14c9f5a40b017f97a0a31ded6275edaf /lang/gcc44/Makefile | |
parent | 388e116bb94fe1fac46caa1e93e8776b03ade68c (diff) | |
download | pkgsrc-6d3bc395919160ff10f94416f3eaf14d77e1ef32.tar.gz |
Fix option nls.
Include devel/gettext-lib/buildlink3.mk in buildlink3.mk only if option
nls is enabled. Msgfmt is only needed if nls is enabled.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index d650a6ee324..f696e50fd93 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/04/14 19:31:35 hans Exp $ +# $NetBSD: Makefile,v 1.19 2011/04/14 19:38:13 hans Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc44-${GCC_VERSION} @@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= awk:run bash:run perl chmod \ - gmake:run makeinfo msgfmt bison flex gm4 \ + gmake:run makeinfo bison flex gm4 \ sed:run unzip DEPENDS+= zip-[0-9]*:../../archivers/zip |