git: e53dc5e7ce5c - main - net/remmina: unbreak -lite flavor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 May 2022 15:29:53 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=e53dc5e7ce5c688c1805459c5f41269e704ce3f1 commit e53dc5e7ce5c688c1805459c5f41269e704ce3f1 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-05-06 15:25:43 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-06 15:25:43 +0000 net/remmina: unbreak -lite flavor After the last update, the -lite flavor was broken. We need to enable/disable the WEBKIT component according to the WWW option. Fixes: 1cd78d660683 --- net/remmina/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/remmina/Makefile b/net/remmina/Makefile index aa269a441110..cceec820456f 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -111,6 +111,7 @@ VNC_CMAKE_BOOL= WITH_LIBVNCSERVER WWW_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 +WWW_CMAKE_BOOL= WITH_WEBKIT2GTK ZSH_RUN_DEPENDS= zsh:shells/zsh ZSH_VARS= SH_BIN=${PREFIX}/bin/zsh