ports/games/spring/files/patch-doc_CMakeLists.txt
Dmitry Marakasov 33c9707d8b games/spring: update to 105.0.1
PR:		254732
2022-02-25 22:12:28 +03:00

11 lines
310 B
Text

--- doc/CMakeLists.txt.orig 2020-12-26 12:45:43 UTC
+++ doc/CMakeLists.txt
@@ -1,6 +1,7 @@
+option(ENABLE_MANPAGES "Enable manpages" FALSE)
### make and install the man pages
-if (UNIX)
+if (UNIX AND ENABLE_MANPAGES)
find_package(SevenZip)
set(AsciiDoc_FIND_QUIETLY TRUE)
find_package(AsciiDoc)