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 @@ -1,23 +1,24 @@ PORTNAME= CTK DISTVERSION= 2018-10-29 PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMESUFFIX= -widgets MAINTAINER= yuri@FreeBSD.org COMMENT= Widgets and common code for medical imaging, surgical navigation, etc LICENSE= APACHE20 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 CMAKE_OFF= CTK_SUPERBUILD BUILD_TESTING CMAKE_ON= CTK_LIB_Widgets .include