diff options
Diffstat (limited to 'inputmethod/kasumi/Makefile')
-rw-r--r-- | inputmethod/kasumi/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/inputmethod/kasumi/Makefile b/inputmethod/kasumi/Makefile index 1278e06a6e6..b1edcc70b56 100644 --- a/inputmethod/kasumi/Makefile +++ b/inputmethod/kasumi/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:54 sno Exp $ +# $NetBSD: Makefile,v 1.5 2010/05/08 13:26:23 obache Exp $ -DISTNAME= kasumi-1.0.1 -PKGREVISION= 1 +DISTNAME= kasumi-2.5 CATEGORIES= inputmethod japanese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kasumi/20685/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kasumi/41436/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kasumi.sourceforge.jp/ @@ -15,14 +14,14 @@ USE_TOOLS+= pkg-config USE_X11= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes - -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ BUILDLINK_API_DEPENDS.anthy+= anthy>=6520 -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6 .include "../../inputmethod/anthy/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |