1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

games/minetest_game: depend on minetest package instead of binary

This fixes dependency when minetest is built with CLIENT option disabled.
This commit is contained in:
Dmitry Marakasov 2024-05-24 23:47:47 +03:00
parent f5c9976324
commit 4c4bdc834a

View File

@ -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