git: a5fca2e00de0 - main - textproc/highlight: unbreak the build with GUI option enabled.

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jul 19 06:34:13 UTC 2021


The branch main has been updated by danfe:

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

commit a5fca2e00de07e12d7c6e1bf124889dfe3acb150
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-07-19 06:33:34 +0000
Commit:     Alexey Dokuchaev <danfe at 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
 


More information about the dev-commits-ports-all mailing list