enable GTK3 immodule too.
Bump PKGREVISION.
This commit is contained in:
parent
8cd6868faf
commit
54635dc97c
2 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.24 2013/10/10 14:42:17 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2014/02/27 12:47:45 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtk-im-libthai-0.2.1
|
||||
PKGREVISION= 12
|
||||
PKGREVISION= 13
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
||||
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
||||
|
@ -16,11 +16,12 @@ GNU_CONFIGURE= yes
|
|||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
CONFIGURE_ARGS+= --disable-gtk3
|
||||
|
||||
GTK2_IMMODULES= yes
|
||||
.include "../../x11/gtk2/modules.mk"
|
||||
GTK3_IMMODULES= yes
|
||||
.include "../../x11/gtk3/modules.mk"
|
||||
|
||||
.include "../../devel/libthai/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:01:29 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2014/02/27 12:47:45 obache Exp $
|
||||
lib/gtk-2.0/2.10.0/immodules/im-thai-libthai.la
|
||||
lib/gtk-3.0/3.0.0/immodules/im-thai-libthai.la
|
||||
|
|
Loading…
Reference in a new issue