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/battletanks | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) |
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371287
Diffstat (limited to 'games/battletanks')
-rw-r--r-- | games/battletanks/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index a11c84fa59be..ceb321f1bae1 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -16,10 +16,9 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libsmpeg.so:${PORTSDIR}/multimedia/smpeg -USES= openal:al pkgconfig lua:51 scons tar:bzip2 +USES= openal:al pkgconfig lua:51 python:build scons tar:bzip2 USE_LDCONFIG= yes USE_SDL= image sdl -USE_PYTHON_BUILD= yes MAKE_ARGS= prefix=${PREFIX} resources_dir=${DATADIR} \ --install-sandbox=${STAGEDIR} CXXFLAGS+= -fpermissive |