Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 11:42:04 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f8a5ad7b71a - main - graphics/luminance-qt5: fix CMake options
Message-ID:  <202109081142.188Bg4pk084330@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

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

commit 8f8a5ad7b71a11c8897db947e5ee64d1cea18f0d
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-09-08 11:34:18 +0000
Commit:     Adriaan de Groot <adridg@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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109081142.188Bg4pk084330>