git: 69b633fb72d5 - main - astro/marble: WEBENGINE option needs qt5-location too
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Nov 2024 12:47:30 UTC
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>