aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2018-11-08 07:04:15 +0000
committerWen Heping <wen@FreeBSD.org>2018-11-08 07:04:15 +0000
commit4d89958f09825a5f75ca5dc84cd1f17a525d2a1b (patch)
tree9053a659b7526d53b9da1b29d14655461cbff635 /chinese
parentb664e87fbcca008e4e44efe3914559adea9def0f (diff)
- Remove webkit from depends and replace buildtools with buildtools_build
Suggested by: tobik@ Approved by: maintainer(via email)
Notes
Notes: svn path=/head/; revision=484430
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx-libpinyin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/fcitx-libpinyin/Makefile b/chinese/fcitx-libpinyin/Makefile
index 00ee9224d8a8..2b22c2303990 100644
--- a/chinese/fcitx-libpinyin/Makefile
+++ b/chinese/fcitx-libpinyin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fcitx-libpinyin
PORTVERSION= 0.5.3
+PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/:body \
http://download.fcitx-im.org/data/:data
@@ -34,7 +35,7 @@ QT5_DESC= Enable Qtr for dictmanager
.if ${PORT_OPTIONS:MQT5}
USES+= qt:5
-USE_QT= qmake_build gui webengine webkit buildtools
+USE_QT= qmake_build gui webengine buildtools_build
USE_LDCONFIG= ${PREFIX}/lib/fcitx/qt
PLIST_SUB+= QT5=""
.else