summaryrefslogtreecommitdiff
path: root/lang/basic256
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-01-27 16:25:52 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-01-27 16:25:52 +0000
commita9b03b8a700168fac95786d2a3c6cd78bcaa80b2 (patch)
tree07af6aa0154677cebaf787b85d0c0f40a8da365f /lang/basic256
parent932b33e3ec39155512e5bfc941988069604499a4 (diff)
downloadfreebsd-ports-a9b03b8a700168fac95786d2a3c6cd78bcaa80b2.zip
lang/basic256: fix build with GCC-based architectures
PR: 235204 Submitted by: pkubaj@anongoth.pl
Diffstat (limited to 'lang/basic256')
-rw-r--r--lang/basic256/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile
index 81d671699f92..9b4fd86e5d58 100644
--- a/lang/basic256/Makefile
+++ b/lang/basic256/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= espeak:audio/espeak \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= bison dos2unix qmake qt:5
+USES= bison compiler:c++11-lang dos2unix qmake qt:5
USE_SDL= sdl mixer
USE_QT= buildtools core gui multimedia network printsupport sql widgets serialport
QMAKE_ARGS+= LOCALBASE="${LOCALBASE}"