diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 11:57:45 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 11:57:45 +0000 |
commit | a5f590e51d3b147b9b5085ac6a2920189b42967a (patch) | |
tree | cee27e48f57eafc0ae5948472d8e095072bb5222 /chinese | |
parent | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (diff) | |
download | ports-a5f590e51d3b147b9b5085ac6a2920189b42967a.tar.gz ports-a5f590e51d3b147b9b5085ac6a2920189b42967a.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 6e98433f8fba..648bcab57035 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -4,7 +4,7 @@ PORTNAME= fcitx PORTVERSION= 4.2.6.1 CATEGORIES= chinese x11 -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pinyin.tar.gz table.tar.gz en_dict-${_DICT_VER}.tar.gz @@ -30,10 +30,10 @@ SUB_LIST+= PORTSDIR=${PORTSDIR} CONFLICTS= zh-scim-fcitx-3.* USE_XZ= yes -USE_GNOME= pango intltool libxml2 gnomehack +USE_GNOME= pango intltool libxml2 introspection USE_XORG= x11 xext xkbfile USE_LDCONFIG= yes -USES= cmake gettext +USES= cmake gettext pathfix INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC |