diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-23 15:18:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-23 15:18:23 +0000 |
commit | deeb69e7a9899f20fe84f257a66e432801842d9c (patch) | |
tree | 0b784e2080afc15cf2a363eaf300c6d23618ab6b /devel/gdb | |
parent | d4e2242df71b9b76659d7f3a1eee7b9b7a1053d8 (diff) | |
download | pkgsrc-deeb69e7a9899f20fe84f257a66e432801842d9c.tar.gz |
Needs msgfmt.
Diffstat (limited to 'devel/gdb')
-rw-r--r-- | devel/gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 20894c9ae67..89c33e615db 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/02/22 19:26:21 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/03/23 15:18:23 joerg Exp $ # DISTNAME= gdb-5.3 @@ -18,7 +18,7 @@ BROKEN_GETTEXT_DETECTION= yes GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt REPLACE_LOCALEDIR_PATTERNS+= Make-in INSTALL_TARGET= install install-info TEST_TARGET= check |