diff options
Diffstat (limited to 'games/childsplay/Makefile')
-rw-r--r-- | games/childsplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile index 451598fec052..9ad1f1d5ec25 100644 --- a/games/childsplay/Makefile +++ b/games/childsplay/Makefile @@ -13,9 +13,9 @@ COMMENT= Educative games for children LICENSE= GPLv3 # only LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR} +BUILD_DEPENDS= ${PYGAME} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR} + ${PYGAME} NO_BUILD= yes |