diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
commit | 8d3f9e637bedbbfa8df328bb37f953531d0dac4d (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /games/battletanks/Makefile | |
parent | 25ca86f1d02f85687a502b229a2837c93974fbe2 (diff) | |
download | freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.gz freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.tar.zst freebsd-ports-gnome-8d3f9e637bedbbfa8df328bb37f953531d0dac4d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'games/battletanks/Makefile')
-rw-r--r-- | games/battletanks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 95d27df8b056..16e4fe85cf49 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libvorbisfile.so:audio/libvorbis \ libsmpeg.so:multimedia/smpeg -USES= openal:al pkgconfig lua:51 python:build scons tar:bzip2 +USES= openal:al pkgconfig lua:51 python:2.7,build scons tar:bzip2 USE_LDCONFIG= yes USE_SDL= image sdl MAKE_ARGS= prefix=${PREFIX} resources_dir=${DATADIR} \ |