diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/py-fife/Makefile | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) | |
download | ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.gz ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.zip |
Notes
Diffstat (limited to 'games/py-fife/Makefile')
-rw-r--r-- | games/py-fife/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 71dd3a0b5549..af039fe3b25c 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -25,9 +25,8 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libpng15.so:${PORTSDIR}/graphics/png -USES= openal:al pkgconfig scons +USES= openal:al pkgconfig python:2 scons USE_GL= gl -USE_PYTHON= 2 USE_SDL= sdl ttf image USE_XORG= xcursor |