diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /games/golly | |
parent | ccbdf54cacb9796580726f8d5278fe3fa53d5e53 (diff) |
Notes
Diffstat (limited to 'games/golly')
-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 1ca6c3b4eae4..2060416b3fb2 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Conway's Game of Life and other cellular automata -USE_CMAKE= yes +USES= cmake:outsource USE_PERL5= yes USE_PYTHON= 2.7+ USE_WX= 2.8+ -CMAKE_OUTSOURCE= yes MAKE_JOBS_SAFE= yes DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \ |