aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-09-08 11:34:18 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-09-08 11:42:03 +0000
commit8f8a5ad7b71a11c8897db947e5ee64d1cea18f0d (patch)
tree98993a041d7cd211ce2f8cc00d6f55aee55d873d
parent966f3121f468bfdab9501f4f099afa70e2c2a2d3 (diff)
downloadports-8f8a5ad7b71a11c8897db947e5ee64d1cea18f0d.tar.gz
ports-8f8a5ad7b71a11c8897db947e5ee64d1cea18f0d.zip
graphics/luminance-qt5: fix CMake options
Previous commit broke the way options were handled, CMAKE_ON vs. CMAKE_BOOL. Reported by: danfe
-rw-r--r--graphics/luminance-qt5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index a46df0825042..3ab27d9c3366 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -2,7 +2,7 @@
PORTNAME= luminance-hdr
DISTVERSION= 2.6.1.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION}
@@ -37,7 +37,7 @@ CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio
HELPBROWSER_DESC= Build help browser (requires QtWebEngine)
HELPBROWSER_USE= QT=webchannel,webengine
-HELPBROWSER_CMAKE_ON= WITH_HELPBROWSER
+HELPBROWSER_CMAKE_BOOL= WITH_HELPBROWSER
.include <bsd.port.options.mk>