summaryrefslogtreecommitdiff
path: root/x11/mlterm/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/mlterm/options.mk')
-rw-r--r--x11/mlterm/options.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/mlterm/options.mk b/x11/mlterm/options.mk
index 17c9311e275..1786a6ded5a 100644
--- a/x11/mlterm/options.mk
+++ b/x11/mlterm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/01/13 12:11:13 hira Exp $
+# $NetBSD: options.mk,v 1.3 2008/04/12 22:43:14 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mlterm
PKG_SUPPORTED_OPTIONS= uim xft2
@@ -6,12 +6,11 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= uim
.if !empty(PKG_OPTIONS:Muim)
.include "../../inputmethod/uim/buildlink3.mk"
CONFIGURE_ARGS+= --enable-uim
-PLIST_SUBST+= UIM=
-.else
-PLIST_SUBST+= UIM="@comment "
+PLIST.uim= yes
.endif
.if !empty(PKG_OPTIONS:Mxft2)