diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 20:32:10 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:06:06 +0800 |
commit | 20dcb5807f6e570d9bbbfcd5199f3860030cd4be (patch) | |
tree | 4c86f79b54337ce17c145a343aef3fa997a3d774 /games | |
parent | 4e014d2dbe6bf25b30d9eafa14b9be4717b3392a (diff) | |
download | freebsd-ports-gnome-20dcb5807f6e570d9bbbfcd5199f3860030cd4be.tar.gz freebsd-ports-gnome-20dcb5807f6e570d9bbbfcd5199f3860030cd4be.tar.zst freebsd-ports-gnome-20dcb5807f6e570d9bbbfcd5199f3860030cd4be.zip |
Add explicit FLAVOR to dependencies (useful when using
DEFAULT_VERSIONS=python=3.x)
Diffstat (limited to 'games')
-rw-r--r-- | games/endgame-singularity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |