git: 6d96654ae75a - main - x11-toolkits/ctk: add missing build dependency on testlib

Tobias C. Berner tcberner at FreeBSD.org
Mon Jul 19 04:58:02 UTC 2021


The branch main has been updated by tcberner:

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

commit 6d96654ae75a3382e14323a3e5206b3d36cc5d95
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-19 04:50:53 +0000
Commit:     Tobias C. Berner <tcberner at 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


More information about the dev-commits-ports-all mailing list