diff options
Diffstat (limited to 'graphics/wrapland/Makefile')
-rw-r--r-- | graphics/wrapland/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile index 49574f2d1e9a..9bc52cc9a2f2 100644 --- a/graphics/wrapland/Makefile +++ b/graphics/wrapland/Makefile @@ -18,9 +18,9 @@ TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} USES= cmake:testing gl kde:5 pkgconfig qt:5 USE_GITLAB= yes USE_GL= egl -USE_KDE= ecm_build +USE_KDE= ecm:build USE_LDCONFIG= yes -USE_QT= qmake_build buildtools_build concurrent core gui +USE_QT= qmake:build buildtools:build concurrent core gui GL_ACCOUNT= kwinft GL_COMMIT= df61726a0955369f07399e8115454013b887903e PLIST_SUB= VERSION=${PORTVERSION} @@ -30,7 +30,7 @@ OPTIONS_DEFAULT=DOXYGEN OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_USE= QT=help_build +DOXYGEN_USE= QT=help:build DOXYGEN_CMAKE_BOOL= BUILD_QCH .include <bsd.port.mk> |