summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-27 14:38:54 +0000
committerwiz <wiz>2008-10-27 14:38:54 +0000
commit147ec5e7126ac8cb003569a51218515b9f388a71 (patch)
tree10de7c36766bb692e525ee7c6a10912e06300ed4 /inputmethod
parentef73289c27c90ddf02b7f25b1a28c508908e3607 (diff)
downloadpkgsrc-147ec5e7126ac8cb003569a51218515b9f388a71.tar.gz
Remove gucharmap dependency -- it builds without gucharmap, but not with
the new gucharmap2 API. If this feature is very useful, a separate (but conflicting) gucharmap1 package could be created. Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/tomoe-gtk/Makefile7
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"