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 | 5d54f1062b8818c95884a597c6a0eace4c63bae1 (patch) | |
tree | 1e3ec693109fda0219a5542f46468d271093ded8 /inputmethod/uim-tomoe-gtk | |
parent | 8dbf2f9056dab329ff6deb7a22c28daff43e2941 (diff) | |
download | pkgsrc-5d54f1062b8818c95884a597c6a0eace4c63bae1.tar.gz |
Needs pkg-config during configure.
Diffstat (limited to 'inputmethod/uim-tomoe-gtk')
-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" |