diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-27 14:38:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-27 14:38:54 +0000 |
commit | 4ad96eb49360ca8732698f3d4775764188c06c82 (patch) | |
tree | 10de7c36766bb692e525ee7c6a10912e06300ed4 /inputmethod | |
parent | 82821a688885efaa7e43afca51ee82c9de3a47cb (diff) | |
download | pkgsrc-4ad96eb49360ca8732698f3d4775764188c06c82.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/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" |