games/7kaa: fix build on GCC architectures

Add USES=compiler:c++11-lang to fix:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-10 11:03:22 +00:00
parent d8ca18a3aa
commit 0645dd0090
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506347

View file

@ -18,7 +18,8 @@ LIB_DEPENDS= libenet.so:net/enet \
USE_GITHUB= yes
GH_ACCOUNT= the3dfxdude
USES= autoreconf gettext-tools gmake localbase openal:al pkgconfig sdl
USES= autoreconf compiler:c++11-lang gettext-tools gmake localbase \
openal:al pkgconfig sdl
USE_SDL= sdl2
GNU_CONFIGURE= yes