aboutsummaryrefslogtreecommitdiff
path: root/games/instead
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-12 15:19:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-12 15:19:45 +0000
commite0d376cf9dd11e66cf5db03d59eb8d4c5584cb27 (patch)
tree4c4c2d76840dbc29940f567ff8a8eac050a92ca0 /games/instead
parent59b06dd570b557d0fea5b1b9525dfa4f212a4565 (diff)
downloadports-e0d376cf9dd11e66cf5db03d59eb8d4c5584cb27.tar.gz
ports-e0d376cf9dd11e66cf5db03d59eb8d4c5584cb27.zip
- Add USES=compiler:c++11-lang to fix build on GCC architectures
PR: 235613 Submitted by: pkubaj@anongoth.pl
Notes
Notes: svn path=/head/; revision=492783
Diffstat (limited to 'games/instead')
-rw-r--r--games/instead/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile
index b464c15957da..b735cdb2cbb2 100644
--- a/games/instead/Makefile
+++ b/games/instead/Makefile
@@ -13,7 +13,7 @@ COMMENT= Simple Text Adventure, The Interpreter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake iconv lua:51 pkgconfig
+USES= cmake compiler:c++11-lang iconv lua:51 pkgconfig
CMAKE_ARGS= -DMANDIR=man
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}