diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 23:51:02 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 23:51:02 +0000 |
commit | d3c0777a7493a963b7d73ecb6268ef98a6418c42 (patch) | |
tree | d577be340dc8be112e0d9be217b83b3f8cfee963 /games/gillo | |
parent | df7a7737c6fb0c0aab3ef90c2ec2ed5fff4aa144 (diff) | |
download | ports-d3c0777a7493a963b7d73ecb6268ef98a6418c42.tar.gz ports-d3c0777a7493a963b7d73ecb6268ef98a6418c42.zip |
Notes
Diffstat (limited to 'games/gillo')
-rw-r--r-- | games/gillo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile index 90913cea2601..5d57e8d66194 100644 --- a/games/gillo/Makefile +++ b/games/gillo/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libode.so:devel/ode WRKSRC= ${WRKDIR}/${PORTNAME} USES= tar:bzip2 +USE_CXXSTD= c++98 USE_GL= glu USE_SDL= yes |