diff options
Diffstat (limited to 'inputmethod/uim/Makefile')
-rw-r--r-- | inputmethod/uim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 0e6ddb596d6..d1366037c1e 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.152 2019/08/22 12:23:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.153 2019/10/27 17:31:35 kamil Exp $ # .include "../../inputmethod/uim/Makefile.common" -PKGREVISION= 64 +PKGREVISION= 65 COMMENT= Multilingual input method library #LICENSE= See ${WRKSRC}/COPYING @@ -16,6 +16,7 @@ USE_LANGUAGES= c99 c++03 PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-emacs +CONFIGURE_ARGS+= --disable-kde4-applet CONFIGURE_ARGS+= --with-libgcroots=installed CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} |