diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 17:00:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 17:00:58 +0000 |
commit | b65d3fe970beb6db1a197d5b8cae2e8d2506e40f (patch) | |
tree | a362d063cc5de77fb298ddebc91e013bde8104e5 /inputmethod | |
parent | 2a191e71a6b58bb270698f39b9e89bfe5ea42852 (diff) | |
download | pkgsrc-b65d3fe970beb6db1a197d5b8cae2e8d2506e40f.tar.gz |
Needs pkg-config.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/kasumi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/kasumi/Makefile b/inputmethod/kasumi/Makefile index f0001f92fea..cd05bb23421 100644 --- a/inputmethod/kasumi/Makefile +++ b/inputmethod/kasumi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/02 15:18:12 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/01/08 17:00:58 joerg Exp $ DISTNAME= kasumi-1.0.1 CATEGORIES= inputmethod japanese @@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kasumi.sourceforge.jp/ COMMENT= Dictionary management tool for anthy +USE_TOOLS+= pkg-config USE_X11= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |