Date: Mon, 19 Jul 2021 06:34:12 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5fca2e00de0 - main - textproc/highlight: unbreak the build with GUI option enabled. Message-ID: <202107190634.16J6YCLM055795@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5fca2e00de07e12d7c6e1bf124889dfe3acb150 commit a5fca2e00de07e12d7c6e1bf124889dfe3acb150 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-07-19 06:33:34 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-07-19 06:33:43 +0000 textproc/highlight: unbreak the build with GUI option enabled. PR: 257256 --- textproc/highlight/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 2584ab4d53ba..9218d7fb2562 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -30,6 +30,7 @@ OPTIONS_SUB= yes GUI_USES= qt:5 GUI_USE= QT=buildtools_build,qmake_build,core,gui,widgets +GUI_MAKE_ENV= QMAKE="${QMAKE}" GUI_ALL_TARGET= gui GUI_INSTALL_TARGET= install-gui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107190634.16J6YCLM055795>