diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:26:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:26:01 +0000 |
commit | 8fcbe2328addc406135665fe64e189d1e1d435ca (patch) | |
tree | 663605658163ee1c7d73b10e718eb3f46c03a9b2 /inputmethod | |
parent | 844e8455183a8780fee9f776145e942dcc991084 (diff) | |
download | pkgsrc-8fcbe2328addc406135665fe64e189d1e1d435ca.tar.gz |
Needs msgfmt.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/imhangul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile index b17a0b1072c..342862ab88f 100644 --- a/inputmethod/imhangul/Makefile +++ b/inputmethod/imhangul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/21 06:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/11 14:26:01 joerg Exp $ DISTNAME= imhangul-0.9.13 PKGREVISION= 3 @@ -10,7 +10,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://imhangul.kldp.net/ COMMENT= GTK+-2.0 Hangul Input Module -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= YES USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= libtool |