git: a1ac01da30b9 - main - */*: Mk/Uses/qt-dist.mk: Fix small typos.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 10:35:55 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1ac01da30b9a6c63b0985b5b05e0086c7dd2c52 commit a1ac01da30b9a6c63b0985b5b05e0086c7dd2c52 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-09-20 16:12:35 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-21 10:32:26 +0000 */*: Mk/Uses/qt-dist.mk: Fix small typos. PR: 266528 Approved by: tcberner@ --- Mk/Uses/qt-dist.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk index c60b4c98a618..c22a001c8c83 100644 --- a/Mk/Uses/qt-dist.mk +++ b/Mk/Uses/qt-dist.mk @@ -1,8 +1,8 @@ # There are three Qt related USES files with different access to Qt. # - qmake: The port requires Qt's qmake to build -- creates the configure target # - auto includes qt.mk -# - qt-dist: The port is a port for an part of Qt5 -# - auto inclues qt.mk +# - qt-dist: The port is a port for a part of Qt +# - auto includes qt.mk # - qt.mk - Dependency handling. USE_QT=foo bar # #