svn commit: r432050 - head/textproc/fcitx-qt5

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 21 15:27:57 UTC 2017


Author: tcberner
Date: Sat Jan 21 15:27:56 2017
New Revision: 432050
URL: https://svnweb.freebsd.org/changeset/ports/432050

Log:
  Use USE_QT5=dbus instead of LIB_DEPENDS.
  
  Approved by:	rakuco (mentor)

Modified:
  head/textproc/fcitx-qt5/Makefile

Modified: head/textproc/fcitx-qt5/Makefile
==============================================================================
--- head/textproc/fcitx-qt5/Makefile	Sat Jan 21 15:10:16 2017	(r432049)
+++ head/textproc/fcitx-qt5/Makefile	Sat Jan 21 15:27:56 2017	(r432050)
@@ -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>


More information about the svn-ports-all mailing list