Date: Sun, 17 Nov 2024 12:47:30 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 69b633fb72d5 - main - astro/marble: WEBENGINE option needs qt5-location too Message-ID: <202411171247.4AHClUF1085851@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=69b633fb72d56efcdb2ffbddbb986b93054136aa commit 69b633fb72d56efcdb2ffbddbb986b93054136aa Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-11-16 20:07:24 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-11-17 12:47:21 +0000 astro/marble: WEBENGINE option needs qt5-location too This is already in the GPS option, which is on by default, so I'm not bumping PORTREVISION again. --- astro/marble/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/marble/Makefile b/astro/marble/Makefile index a0541daf16c8..2ace4367f39c 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -42,7 +42,7 @@ GPS_LIB_DEPENDS= libgps.so:astro/gpsd GPS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libgps WEBENGINE_DESC= Build various plugins that require qt5-webengine -WEBENGINE_USE= QT=webchannel,webengine +WEBENGINE_USE= QT=location,webchannel,webengine WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411171247.4AHClUF1085851>