git: 16eb13ca7b21 - main - games/cutemaze: Fix configure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 07:49:41 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=16eb13ca7b2178824a8e40c1741453f01b911dca commit 16eb13ca7b2178824a8e40c1741453f01b911dca Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-02-18 07:46:51 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-02-18 07:49:35 +0000 games/cutemaze: Fix configure Reported by: pkg-fallout --- games/cutemaze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index ec82b0c748ca..e09f14b991c4 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -10,7 +10,7 @@ WWW= https://gottcode.org/cutemaze/ 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 svg tools:build