diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
commit | 75f93ffec7a0e196580e13543a54802c44e8ac3b (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/py-fife | |
parent | 6521e868f916a501668e2b038a47f6e8fd53cdbe (diff) | |
download | freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.tar.gz freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.tar.zst freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.zip |
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'games/py-fife')
-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 |