diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-09 16:06:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-09 16:06:04 +0000 |
commit | 453874c39b3b9de5457e2fadafa35f22701715bf (patch) | |
tree | 4eb34e0453010c9c36ca7304fba665a9e59c6e66 /games/supertux2/Makefile | |
parent | 4fa138a303c118002c3533a01d7afcbb2d04c79e (diff) |
Notes
Diffstat (limited to 'games/supertux2/Makefile')
-rw-r--r-- | games/supertux2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/supertux2/Makefile b/games/supertux2/Makefile index c23c685fdf06..341a3b10bd31 100644 --- a/games/supertux2/Makefile +++ b/games/supertux2/Makefile @@ -14,6 +14,8 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libcurl.so:${PORTSDIR}/ftp/curl \ libvorbis.so:${PORTSDIR}/audio/libvorbis +BROKEN_FreeBSD_10= does not build on 10.x + USE_SDL= sdl2 image2 USE_GL= glew USES= cmake:outsource compiler:c++11-lib dos2unix iconv \ |