Skip to content

Commit

Permalink
graphics/okular: fix PURPOSE option's CMAKE_ARGS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcberner committed Sep 27, 2022
1 parent db6e06c commit 4bd2c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/okular/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 4bd2c49

Please sign in to comment.