Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 15:27:56 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432050 - head/textproc/fcitx-qt5
Message-ID:  <201701211527.v0LFRugU092751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211527.v0LFRugU092751>