pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/scim scim: Remove commented out qt3 option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/037ae61af6d8
branches:  trunk
changeset: 369019:037ae61af6d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 26 10:02:21 2017 +0000

description:
scim: Remove commented out qt3 option

diffstat:

 inputmethod/scim/options.mk |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r e01cce2bdac1 -r 037ae61af6d8 inputmethod/scim/options.mk
--- a/inputmethod/scim/options.mk       Tue Sep 26 09:44:08 2017 +0000
+++ b/inputmethod/scim/options.mk       Tue Sep 26 10:02:21 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2012/08/19 08:09:08 obache Exp $
+# $NetBSD: options.mk,v 1.2 2017/09/26 10:02:21 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.scim
@@ -29,14 +29,6 @@
 CONFIGURE_ARGS+=       --enable-gtk3-immodule=no
 .endif
 
-#.if !empty(PKG_OPTIONS:Mqt3)
-#.include "../../x11/qt3-libs/buildlink3.mk"
-#CONFIGURE_ARGS+=      --enable-qt3-immodule
-#PLIST.qt=             yes
-#.else
-#CONFIGURE_ARGS+=      --disable-qt3-immodule
-#.endif
-
 .if !empty(PKG_OPTIONS:Mqt)
 .include "../../x11/qt4-libs/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-qt4-immodule



Home | Main Index | Thread Index | Old Index