diff options
Diffstat (limited to 'games/golly/Makefile')
-rw-r--r-- | games/golly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile index 590b29641670..48355772cbd9 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -11,6 +11,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata USES= compiler:c++11-lib cmake:outsource perl5 python +USE_CXXSTD= c++11 USE_WX= 3.0 WX_UNICODE= yes |