diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
commit | 4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776 (patch) | |
tree | fa30c5a272c5bca86ab06c6a0cfd55c2d6a9f6e0 /games | |
parent | - Update to 1.530 (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327088
Diffstat (limited to 'games')
-rw-r--r-- | games/filters/Makefile | 3 | ||||
-rw-r--r-- | games/golly/Makefile | 3 | ||||
-rw-r--r-- | games/textmaze/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile index 95d099cf6cb1..62670cc3bae8 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -14,8 +14,7 @@ COMMENT= Collection of filters, including B1FF, and the Swedish Chef CONFLICTS= talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* \ lolcat-[0-9]* -USES= shebangfix gmake -USE_PERL5= yes +USES= shebangfix gmake perl5 USE_GCC= any MAKE_JOBS_UNSAFE= yes 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+ diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 646a56ffe442..df04f3e493e7 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -13,8 +13,7 @@ COMMENT= Generates mazes on a text terminal and lets you traverse them RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= textmaze |