diff options
-rw-r--r-- | textproc/fcitx-qt5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/fcitx-qt5/Makefile b/textproc/fcitx-qt5/Makefile index 8d7b39baf085..591646ba2c2a 100644 --- a/textproc/fcitx-qt5/Makefile +++ b/textproc/fcitx-qt5/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libfcitx-config.so:chinese/fcitx \ - libQt5DBus.so:devel/dbus-qt5 \ libxkbcommon.so:x11/libxkbcommon USE_GITHUB= yes @@ -20,7 +19,7 @@ GH_ACCOUNT= fcitx USES= compiler:c++11-lib cmake gettext kde:5 pkgconfig USE_KDE= ecm -USE_QT5= core gui qmake widgets buildtools_build +USE_QT5= core dbus gui qmake widgets buildtools_build USE_LDCONFIG= yes .include <bsd.port.mk> |