aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-09-27 10:13:35 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-09-27 10:13:35 +0000
commit4bd2c490cb91a29c5b66dc8f896d683a8b29e337 (patch)
tree4589e190e243601fe3f778f47de8ed6c74823ae6
parentdb6e06c9c967a830b3a79561ac71e7b8d7f072fa (diff)
graphics/okular: fix PURPOSE option's CMAKE_ARGS
The cmake package was renamed a while ago, so this had been broken for a while technically. However with the latest release the optional dependencies have been made required by default, leading to it now actually erroring out in this case. Reported by: Sebastian <sko@rostwald.de> PR: 266637
-rw-r--r--graphics/okular/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile
index 140d02560026..d3cdca84613f 100644
--- a/graphics/okular/Makefile
+++ b/graphics/okular/Makefile
@@ -41,6 +41,6 @@ OPTIONS_DEFAULT= PURPOSE
PURPOSE_DESC= Enable 'Share' menu
PURPOSE_USE= KDE=purpose
-PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose
+PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose
.include <bsd.port.mk>