diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:44:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:44:36 +0000 |
commit | 77119b44fba548801b13f6f3b65c89fc7dfd1e46 (patch) | |
tree | 427141c6db1df772b9bde302663fd79c58511788 | |
parent | 3095dbde99cbff350825443333e7e5a8d80a091e (diff) | |
download | pkgsrc-77119b44fba548801b13f6f3b65c89fc7dfd1e46.tar.gz |
Needs msgfmt.
-rw-r--r-- | inputmethod/nabi/Makefile | 4 | ||||
-rw-r--r-- | x11/mlterm/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index f2fce653afa..5b4b96057c3 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/06/11 14:45:04 joerg Exp $ # DISTNAME= nabi-0.15 @@ -10,7 +10,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://nabi.kldp.net/ COMMENT= X Input Method for Korean -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 331fbefe1d2..2bf81b30ff7 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.44 2006/06/11 14:44:36 joerg Exp $ DISTNAME= mlterm-2.9.2 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Multilingual terminal emulator # CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h> NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-* NetBSD-1.5[A-S]-* -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes |