diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tomoe-gtk/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/tomoe-gtk/Makefile b/inputmethod/tomoe-gtk/Makefile index b32107481a1..1bbfb02921e 100644 --- a/inputmethod/tomoe-gtk/Makefile +++ b/inputmethod/tomoe-gtk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/06/23 12:11:00 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/27 14:38:54 wiz Exp $ # DISTNAME= tomoe-gtk-0.6.0 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} @@ -19,8 +20,10 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= tomoe-gtk.pc.in CONFIGURE_ARGS+= --without-python +# enable again once upstream supports gucharmap-2, or a +# gucharmap-1 package was created +CONFIGURE_ARGS+= --without-gucharmap -.include "../../fonts/gucharmap/buildlink3.mk" .include "../../inputmethod/tomoe/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |