git: 881ad6206b20 - main - games/connectagram: Fix configure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 07:49:40 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=881ad6206b2007dc068821c82de2361e2fc1d88a commit 881ad6206b2007dc068821c82de2361e2fc1d88a Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-02-18 07:45:03 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-02-18 07:49:34 +0000 games/connectagram: Fix configure Reported by: pkg-fallout --- games/connectagram/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile index 48428e91515e..81e32980d35e 100644 --- a/games/connectagram/Makefile +++ b/games/connectagram/Makefile @@ -10,7 +10,7 @@ WWW= https://gottcode.org/connectagram/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 +USES= cmake compiler:c++17-lang gettext-tools gl qt:6 tar:bzip2 USE_GL= opengl USE_QT= base tools:build