diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-01-27 16:25:52 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-01-27 16:25:52 +0000 |
commit | a9b03b8a700168fac95786d2a3c6cd78bcaa80b2 (patch) | |
tree | 07af6aa0154677cebaf787b85d0c0f40a8da365f /lang/basic256 | |
parent | 932b33e3ec39155512e5bfc941988069604499a4 (diff) | |
download | freebsd-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/Makefile | 2 |
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}" |