summaryrefslogtreecommitdiff
path: root/inputmethod/uim/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2005-09-30 12:43:35 +0000
committerwiz <wiz>2005-09-30 12:43:35 +0000
commitb0d112f17281a13deafeaa706be6cd016739129e (patch)
treebbc2e5923918475d57fab7fc4163a34398775a30 /inputmethod/uim/options.mk
parentaded21ed7e1c2a2cabd736b77b9115f1440fd862 (diff)
downloadpkgsrc-b0d112f17281a13deafeaa706be6cd016739129e.tar.gz
Update to 0.4.9.1, from Yamashiro Jun in PR 31427.
ChangeLog (extracted manually, probably incomplete): 0.4.9.1: Security fix: If you are using setuid/setgid application which is linked to libuim, you have to upgrade uim. 0.4.9: Memory leak and bug fixes. 0.4.8: Bug fixes and updates for uim-anthy, uim-prime, uim-skk, and uim-romaja. 0.4.7: Many bug fixes.
Diffstat (limited to 'inputmethod/uim/options.mk')
-rw-r--r--inputmethod/uim/options.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk
index 93002727b3c..c58193ae7bc 100644
--- a/inputmethod/uim/options.mk
+++ b/inputmethod/uim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/06/03 10:25:38 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2005/09/30 12:43:35 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.uim
PKG_SUPPORTED_OPTIONS= anthy canna eb gtk qt
@@ -13,6 +13,8 @@ PKG_OPTIONS_LEGACY_VARS+= UIM_USE_QT:qt
.if !empty(PKG_OPTIONS:Manthy)
.include "../../inputmethod/anthy/buildlink3.mk"
PLIST_SRC+= PLIST.anthy
+.else
+CONFIGURE_ARGS+= --without-anthy
.endif
.if !empty(PKG_OPTIONS:Mcanna)
@@ -30,6 +32,8 @@ CONFIGURE_ARGS+= --without-eb
.if !empty(PKG_OPTIONS:Mgtk)
.include "../../x11/gtk2/modules.mk"
PLIST_SRC+= PLIST.gtk
+.else
+CONFIGURE_ARGS+= --without-gtk2
.endif
.if !empty(PKG_OPTIONS:Mqt)