From 20dcb5807f6e570d9bbbfcd5199f3860030cd4be Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 9 Dec 2017 12:32:10 +0000 Subject: Add explicit FLAVOR to dependencies (useful when using DEFAULT_VERSIONS=python=3.x) --- games/endgame-singularity/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile index 40c209c1ae9f..97e4a3b3a184 100644 --- a/games/endgame-singularity/Makefile +++ b/games/endgame-singularity/Makefile @@ -14,7 +14,7 @@ COMMENT= Simulates the life of a true AI LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL.txt -RUN_DEPENDS= py*-game>=1.8:devel/py-game \ +RUN_DEPENDS= ${PYGAME} \ ${PYNUMPY} USE_GITHUB= yes -- cgit