diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-11 19:59:55 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-11 19:59:55 +0800 |
commit | fc6536e4588fca2be0f835e0f71ae3f8764e39f1 (patch) | |
tree | 967a60b52a2c6a55eb62c604ab020d429226e211 /chinese | |
parent | 6775ec204c6408f58f8a4dc680c6a82d0dca1921 (diff) | |
download | freebsd-ports-gnome-fc6536e4588fca2be0f835e0f71ae3f8764e39f1.tar.gz freebsd-ports-gnome-fc6536e4588fca2be0f835e0f71ae3f8764e39f1.tar.zst freebsd-ports-gnome-fc6536e4588fca2be0f835e0f71ae3f8764e39f1.zip |
Track used or drop unused devel/icu dependency
This tries to fix discrepancy between
$ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
$ git grep -lF :devel/icu | sed 's,/Makefile$,,'
PR: 214384
Reported by: tijl, stage-qa, readelf(1)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index ac04e669a69d..cb64281d3535 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -3,7 +3,7 @@ PORTNAME= fcitx PORTVERSION= 4.2.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese x11 MASTER_SITES= http://download.fcitx-im.org/fcitx/:fcitx \ http://download.fcitx-im.org/data/:data @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-1.so:devel/dbus \ - libicuuc.so:devel/icu \ libXfixes.so:x11/libXfixes \ libXinerama.so:x11/libXinerama \ libXrender.so:x11/libXrender \ |