diff options
author | obache <obache@pkgsrc.org> | 2010-08-31 00:53:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-31 00:53:04 +0000 |
commit | 8554717b4a94103745f5109a7927fc9b5f3e7906 (patch) | |
tree | 2cf8ba31f233d9f40ac582659f4f1677d4ddb02f /inputmethod/ibus-chewing | |
parent | ec1d2e56ed390a4b6999d84332bf766f0300e8a3 (diff) | |
download | pkgsrc-8554717b4a94103745f5109a7927fc9b5f3e7906.tar.gz |
Need pkg-config.
Diffstat (limited to 'inputmethod/ibus-chewing')
-rw-r--r-- | inputmethod/ibus-chewing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-chewing/Makefile b/inputmethod/ibus-chewing/Makefile index 11342d61b6c..d2d0f83b8af 100644 --- a/inputmethod/ibus-chewing/Makefile +++ b/inputmethod/ibus-chewing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 01:56:36 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/31 00:53:04 obache Exp $ # DISTNAME= ibus-chewing-1.3.6.20100730-Source @@ -18,7 +18,7 @@ BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2 USE_CMAKE= yes USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= msgmerge +USE_TOOLS+= msgmerge pkg-config SUBST_CLASSES+= msgctxt SUBST_STAGE.msgctxt= post-extract |