pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mlterm Add xft2 option (disabled by default).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5fed653bb3d
branches:  trunk
changeset: 523776:b5fed653bb3d
user:      hira <hira%pkgsrc.org@localhost>
date:      Sat Jan 13 12:11:13 2007 +0000

description:
Add xft2 option (disabled by default).

diffstat:

 x11/mlterm/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8c26fb130922 -r b5fed653bb3d x11/mlterm/options.mk
--- a/x11/mlterm/options.mk     Sat Jan 13 12:06:19 2007 +0000
+++ b/x11/mlterm/options.mk     Sat Jan 13 12:11:13 2007 +0000
@@ -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 @@
 .else
 PLIST_SUBST+=          UIM="@comment "
 .endif
+
+.if !empty(PKG_OPTIONS:Mxft2)
+CONFIGURE_ARGS+=       --with-type-engines=xft
+.endif



Home | Main Index | Thread Index | Old Index