git: 8f8a5ad7b71a - main - graphics/luminance-qt5: fix CMake options

Adriaan de Groot adridg at FreeBSD.org
Wed Sep 8 11:42:05 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f8a5ad7b71a11c8897db947e5ee64d1cea18f0d

commit 8f8a5ad7b71a11c8897db947e5ee64d1cea18f0d
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-09-08 11:34:18 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-09-08 11:42:03 +0000

    graphics/luminance-qt5: fix CMake options
    
    Previous commit broke the way options were handled, CMAKE_ON
    vs. CMAKE_BOOL.
    
    Reported by:    danfe
---
 graphics/luminance-qt5/Makefile | 4 ++--
 1 file 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>
 


More information about the dev-commits-ports-main mailing list