diff options
Diffstat (limited to 'games/craft/Makefile')
-rw-r--r-- | games/craft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile index 3f21673dba8c..1adc271533df 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -26,7 +26,7 @@ USES= cmake compiler:c11 USE_XORG= x11 xi xrandr USE_GL= gl glu -SERVER_USES= python +SERVER_USES= python:2.7 SERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.2:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 SERVER_CMAKE_ON= -DSERVER:BOOL=ON |