svn commit: r429655 - head/chinese/fcitx

Kurt Jaeger pi at FreeBSD.org
Tue Dec 27 20:33:30 UTC 2016


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 at rawbw.com>
  Approved by:	lichray at 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


More information about the svn-ports-head mailing list