Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2021 04:58:01 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d96654ae75a - main - x11-toolkits/ctk: add missing build dependency on testlib
Message-ID:  <202107190458.16J4w1Om021605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d96654ae75a3382e14323a3e5206b3d36cc5d95

commit 6d96654ae75a3382e14323a3e5206b3d36cc5d95
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-19 04:50:53 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-07-19 04:57:53 +0000

    x11-toolkits/ctk: add missing build dependency on testlib
    
    The dependency was previously pulled in transitively.
    
    PR:     257100
---
 x11-toolkits/ctk/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/ctk/Makefile b/x11-toolkits/ctk/Makefile
index 66bdad416a0f..6a758fae0f09 100644
--- a/x11-toolkits/ctk/Makefile
+++ b/x11-toolkits/ctk/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cmake compiler:c++11-lib qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	commontk
-USE_QT=		concurrent core designer gui opengl sql widgets xml xmlpatterns buildtools_build uitools_build qmake_build # see CMake/ctkMacroSetupQt.cmake
+USE_QT=		concurrent core designer gui opengl sql widgets xml xmlpatterns \
+		buildtools_build uitools_build qmake_build testlib_build # see CMake/ctkMacroSetupQt.cmake
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DCTK_QT_VERSION=5



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