aboutsummaryrefslogtreecommitdiff
path: root/databases/kexi
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-07-05 19:20:21 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-07-05 19:20:21 +0000
commit17728457b2531976a449cb16094227ee8bcd599a (patch)
tree2d9945e5f280b94ff36a642e15be3c3ecd726be6 /databases/kexi
parente277e1c63ac54ec425d885c90b6a528bd6a8125a (diff)
downloadports-17728457b2531976a449cb16094227ee8bcd599a.tar.gz
ports-17728457b2531976a449cb16094227ee8bcd599a.zip
Switch to using CMAKE_ON/CMAKE_OFF instead of more clunky CMAKE_ARGS
Notes
Notes: svn path=/head/; revision=541296
Diffstat (limited to 'databases/kexi')
-rw-r--r--databases/kexi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile
index 2aa92cdc3638..2fc346d08d12 100644
--- a/databases/kexi/Makefile
+++ b/databases/kexi/Makefile
@@ -27,8 +27,8 @@ USE_QT= concurrent core dbus declarative gui network printsupport webkit widge
CONFLICTS_INSTALL= calligra-2*
-CMAKE_ARGS= -DBUILD_TESTING:BOOL=OFF \
- -DKEXI_QTGUI_RUNTIME_AVAILABLE:BOOL=TRUE \
- -DKEXI_ENABLE_QTGUI_FOR_TESTS:BOOL=FALSE
+CMAKE_OFF= BUILD_TESTING \
+ KEXI_ENABLE_QTGUI_FOR_TESTS
+CMAKE_ON= KEXI_QTGUI_RUNTIME_AVAILABLE
.include <bsd.port.mk>