diff options
Diffstat (limited to 'games/golly/Makefile')
-rw-r--r-- | games/golly/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile index 09cad3d70734..85fa6493e598 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -10,8 +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 -USE_PERL5= yes +USES= cmake:outsource perl5 USE_PYTHON= 2.7+ USE_WX= 2.8+ |