aboutsummaryrefslogtreecommitdiff
path: root/games/golly
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-24 02:00:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-24 02:00:16 +0000
commitd7de5c32d8059fb148256008a76e38ac4a38db65 (patch)
treec3cedb0b6894a89f12adb4d9800372d646ca7250 /games/golly
parent12045a9696354729af6a854710f5ee6983175b5c (diff)
downloadports-d7de5c32d8059fb148256008a76e38ac4a38db65.tar.gz
ports-d7de5c32d8059fb148256008a76e38ac4a38db65.zip
- Fix build on < 10.x after webkit-gtk2 update
Approved by: portmgr blanket MFH: 2015Q1
Notes
Notes: svn path=/head/; revision=377777
Diffstat (limited to 'games/golly')
-rw-r--r--games/golly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile
index 497394bffa0b..590b29641670 100644
--- a/games/golly/Makefile
+++ b/games/golly/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= Conway's Game of Life and other cellular automata
-USES= cmake:outsource perl5 python
+USES= compiler:c++11-lib cmake:outsource perl5 python
USE_WX= 3.0
WX_UNICODE= yes