summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorhira <hira>2007-01-13 12:11:13 +0000
committerhira <hira>2007-01-13 12:11:13 +0000
commit1531265cd00f82eb109b773413a3dc4b5f69c2b4 (patch)
tree68a8e81e69c65b955689ed60566de81f6398f56c /x11/mlterm
parent46cf299eef53a1e18a540e79017735bdd12660c0 (diff)
downloadpkgsrc-1531265cd00f82eb109b773413a3dc4b5f69c2b4.tar.gz
Add xft2 option (disabled by default).
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/options.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/mlterm/options.mk b/x11/mlterm/options.mk
index ec96d367ce1..17c9311e275 100644
--- a/x11/mlterm/options.mk
+++ b/x11/mlterm/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2006/11/12 15:13:56 hira Exp $
+# $NetBSD: options.mk,v 1.2 2007/01/13 12:11:13 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mlterm
-PKG_SUPPORTED_OPTIONS= uim
+PKG_SUPPORTED_OPTIONS= uim xft2
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
@@ -13,3 +13,7 @@ PLIST_SUBST+= UIM=
.else
PLIST_SUBST+= UIM="@comment "
.endif
+
+.if !empty(PKG_OPTIONS:Mxft2)
+CONFIGURE_ARGS+= --with-type-engines=xft
+.endif