Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 20:33:29 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429655 - head/chinese/fcitx
Message-ID:  <201612272033.uBRKXTBb083868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Dec 27 20:33:29 2016
New Revision: 429655
URL: https://svnweb.freebsd.org/changeset/ports/429655

Log:
  chinese/fcitx: Enable GTK3 by default, fcitx doesn't work in firefox without it
  
  PR:		212590
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>
  Approved by:	lichray@gmail.com (maintainer)

Modified:
  head/chinese/fcitx/Makefile

Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile	Tue Dec 27 20:32:27 2016	(r429654)
+++ head/chinese/fcitx/Makefile	Tue Dec 27 20:33:29 2016	(r429655)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fcitx
 PORTVERSION=	4.2.9.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	chinese x11
 MASTER_SITES=	http://download.fcitx-im.org/fcitx/:fcitx \
 		http://download.fcitx-im.org/data/:data
@@ -45,7 +45,7 @@ USES=		tar:xz cmake desktop-file-utils e
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	GTK2 GTK3 QT4 OPENCC TPUNC DOCS
-OPTIONS_DEFAULT=GTK2 QT4
+OPTIONS_DEFAULT=GTK2 GTK3 QT4
 OPTIONS_SUB=	yes
 
 GTK2_DESC=	Enable Gtk2 IM module



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612272033.uBRKXTBb083868>