git: c667392a8614 - main - games/*: do not needlessly run-depend on qt6-tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 17:55:11 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=c667392a86140ada4ebc283fcf9da8c6c8d4c725 commit c667392a86140ada4ebc283fcf9da8c6c8d4c725 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2023-01-26 14:51:52 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2023-01-26 17:55:05 +0000 games/*: do not needlessly run-depend on qt6-tools --- games/hexalate/Makefile | 2 +- games/peg-e/Makefile | 2 +- games/simsu/Makefile | 2 +- games/tetzle/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile index 8878ac42f911..de18b73dc1f9 100644 --- a/games/hexalate/Makefile +++ b/games/hexalate/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 -USE_QT= base tools +USE_QT= base tools:build USE_GL= gl OPTIONS_DEFINE= NLS diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index f97615dde5a8..19ee95da8898 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 -USE_QT= base tools +USE_QT= base tools:build USE_GL= gl OPTIONS_DEFINE= NLS diff --git a/games/simsu/Makefile b/games/simsu/Makefile index afc0c76b3ad6..39eddfad9d71 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 -USE_QT= base tools +USE_QT= base tools:build USE_GL= gl OPTIONS_DEFINE= NLS diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index 356d0af7bab5..1662254e88f6 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++17-lang desktop-file-utils gl qt:6 tar:bzip2 -USE_QT= base tools +USE_QT= base tools:build USE_GL= gl OPTIONS_DEFINE= NLS