diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-07-26 02:10:40 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-07-26 02:10:40 +0800 |
commit | a55e624375f38820a685670482a7f772b2329f41 (patch) | |
tree | e20bc37590648220a8262213f03b698895eccb26 /chinese/fcitx-configtool/Makefile | |
parent | 27cd8fb170e870ddc86209208bc9431bb88f55cc (diff) | |
download | freebsd-ports-gnome-a55e624375f38820a685670482a7f772b2329f41.tar.gz freebsd-ports-gnome-a55e624375f38820a685670482a7f772b2329f41.tar.zst freebsd-ports-gnome-a55e624375f38820a685670482a7f772b2329f41.zip |
- Update fcitx and addons to 4.2.5
- Remove textproc/fcitx-keyboard
PR: ports/170010
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'chinese/fcitx-configtool/Makefile')
-rw-r--r-- | chinese/fcitx-configtool/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile index c51cb8b44ffe..2dbc21f35075 100644 --- a/chinese/fcitx-configtool/Makefile +++ b/chinese/fcitx-configtool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fcitx-configtool -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= chinese x11 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= fcitx @@ -17,7 +16,7 @@ COMMENT= Fcitx IM framework configure tool BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib -LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx +LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx USE_XZ= yes USE_GNOME= intltool gnomehack @@ -30,18 +29,18 @@ OPTIONS= GTK2 "Enable Gtk2 Version" on \ .include <bsd.port.options.mk> .if defined(WITH_GTK2) +CMAKE_ARGS+= -DENABLE_GTK2=ON USE_GNOME+= gtk20 PLIST_SUB+= GTK2="" .else -CMAKE_ARGS+= -DENABLE_GTK2=OFF PLIST_SUB+= GTK2="@comment " .endif .if defined(WITH_GTK3) USE_GNOME+= gtk30 -CMAKE_ARGS+= -DENABLE_GTK3=ON PLIST_SUB+= GTK3="" .else +CMAKE_ARGS+= -DENABLE_GTK3=OFF PLIST_SUB+= GTK3="@comment " .endif |