diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
commit | 1d00aa2b00e092386a9279e5dd9acc7b362b605a (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /games/adonthell | |
parent | 51d66dd104bf4cc7fd044764b8510e58e10ed84d (diff) |
Notes
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index c3268023bd04..f3d8183a6667 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -19,7 +19,7 @@ LICENSE_DISTFILES= ${DISTFILES} LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 -USES= gettext gmake python +USES= gettext gmake python:2.7 USE_SDL= mixer ttf sdl USE_GCC= any GNU_CONFIGURE= yes |