diff options
Diffstat (limited to 'games/monsterz/Makefile')
-rw-r--r-- | games/monsterz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 107f420588a5..ab19a1dd33e5 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes MAKE_ENV= prefix=${PREFIX} |