git: 4c4bdc834a45 - main - games/minetest_game: depend on minetest package instead of binary

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 27 May 2024 16:36:51 UTC
The branch main has been updated by amdmi3:

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

commit 4c4bdc834a45b3a44ec50a5665676fa84a09d0f8
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-05-24 20:47:47 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-05-27 16:25:24 +0000

    games/minetest_game: depend on minetest package instead of binary
    
    This fixes dependency when minetest is built with CLIENT option disabled.
---
 games/minetest_game/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games/minetest_game/Makefile b/games/minetest_game/Makefile
index 1df0d2e17fca..9204248aee05 100644
--- a/games/minetest_game/Makefile
+++ b/games/minetest_game/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	minetest_game
 PORTVERSION=	5.8.0
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -10,7 +11,7 @@ LICENSE=	LGPL21+ CC-BY-SA-3.0
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	minetest:games/minetest
+RUN_DEPENDS=	minetest>=0:games/minetest
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	minetest