1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Use USE_QT5=dbus instead of LIB_DEPENDS.

Approved by:	rakuco (mentor)
This commit is contained in:
Tobias C. Berner 2017-01-21 15:27:56 +00:00
parent c8e1939b7a
commit 6212ba6202
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432050

View File

@ -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>