aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-30 16:03:23 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-30 16:03:23 +0000
commit586255bfed63021019208bebdb8c861c9784148a (patch)
tree590613f1d5a7d8ec0ed20a5c48ca3422daa9c514 /chinese
parentad285a123b8b873f1d40d363878e153aa35c4ab2 (diff)
downloadports-586255bfed63021019208bebdb8c861c9784148a.tar.gz
ports-586255bfed63021019208bebdb8c861c9784148a.zip
Catch stray dependencies, courtesy of the proxy-deps qa check.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=422995
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx/Makefile9
-rw-r--r--chinese/pyzy/Makefile4
2 files changed, 7 insertions, 6 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile
index 0626a206921f..ac04e669a69d 100644
--- a/chinese/fcitx/Makefile
+++ b/chinese/fcitx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fcitx
PORTVERSION= 4.2.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese x11
MASTER_SITES= http://download.fcitx-im.org/fcitx/:fcitx \
http://download.fcitx-im.org/data/:data
@@ -38,9 +38,10 @@ SUB_LIST+= PORTSDIR=${PORTSDIR}
CONFLICTS= zh-scim-fcitx-3.*
USE_GNOME= pango intltool libxml2 introspection
-USE_XORG= x11 xext xkbfile
+USE_XORG= x11 xext xkbfile sm ice
USE_LDCONFIG= yes
-USES= tar:xz cmake desktop-file-utils execinfo gettext iconv:wchar_t \
+USES= tar:xz cmake desktop-file-utils execinfo \
+ gettext-tools:build,run gettext-runtime iconv:wchar_t \
pkgconfig shared-mime-info
INSTALLS_ICONS= yes
@@ -87,7 +88,7 @@ SUB_LIST+= GTK3_IM=xim
.endif
.if ${PORT_OPTIONS:MQT4}
-USE_QT4+= qmake_build moc_build rcc_build uic_build dbus gui inputmethods
+USE_QT4+= qmake_build moc_build rcc_build uic_build dbus gui inputmethods corelib
USE_LDCONFIG+= ${PREFIX}/lib/fcitx/qt
PLIST_SUB+= QT4=""
.else
diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile
index 4ba6b0831e68..e83c03008044 100644
--- a/chinese/pyzy/Makefile
+++ b/chinese/pyzy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pyzy
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -18,7 +18,7 @@ BROKEN= Unfetchable (google code has gone away)
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
-USES= compiler:c++11-lib gmake libtool pkgconfig python:build shebangfix
+USES= compiler:c++11-lib gettext-runtime gmake libtool pkgconfig python:build shebangfix
SHEBANG_FILES= data/db/android/create_db.py
USE_GNOME= glib20
USE_LDCONFIG= yes