diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-21 21:47:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-21 21:47:53 +0000 |
commit | 06cdcd291cb2c9b98f76aaa9382c574d1dde0135 (patch) | |
tree | 1e3ec693109fda0219a5542f46468d271093ded8 /inputmethod | |
parent | 28008205d86aec6e7929b3299c7af34166a8ee6b (diff) | |
download | pkgsrc-06cdcd291cb2c9b98f76aaa9382c574d1dde0135.tar.gz |
Needs pkg-config during configure.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim-tomoe-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim-tomoe-gtk/Makefile b/inputmethod/uim-tomoe-gtk/Makefile index 29a9e95e116..39a4d3d49f0 100644 --- a/inputmethod/uim-tomoe-gtk/Makefile +++ b/inputmethod/uim-tomoe-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:07:57 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/21 21:47:53 wiz Exp $ # DISTNAME= uim-tomoe-gtk-0.6.0 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes .include "../../inputmethod/tomoe/buildlink3.mk" |