diff options
author | hira <hira@pkgsrc.org> | 2007-01-13 12:11:13 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-01-13 12:11:13 +0000 |
commit | e47ebb8cfc1b091e3b5ce766a8a6514cbf20af4d (patch) | |
tree | 68a8e81e69c65b955689ed60566de81f6398f56c /x11/mlterm | |
parent | fbce6b64d89bac88e696457a5e6006b420ccbbee (diff) | |
download | pkgsrc-e47ebb8cfc1b091e3b5ce766a8a6514cbf20af4d.tar.gz |
Add xft2 option (disabled by default).
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/options.mk | 8 |
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 |