diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-30 13:52:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-30 13:52:33 +0000 |
commit | 0ad7b58de565ddae1a9b8263dd1ef4a1e8c2c5f0 (patch) | |
tree | 47085daf7bf21810e0bf760cf6bf62408b9e8c23 /games/brainworkshop | |
parent | 0d3f176d264bb60c4f99974133a9e6b6ce67bf0c (diff) | |
download | ports-0ad7b58de565ddae1a9b8263dd1ef4a1e8c2c5f0.tar.gz ports-0ad7b58de565ddae1a9b8263dd1ef4a1e8c2c5f0.zip |
Notes
Diffstat (limited to 'games/brainworkshop')
-rw-r--r-- | games/brainworkshop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/brainworkshop/Makefile b/games/brainworkshop/Makefile index 1ef742088ae5..40b971b4e60c 100644 --- a/games/brainworkshop/Makefile +++ b/games/brainworkshop/Makefile @@ -12,12 +12,10 @@ COMMENT= Free open-source version of the Dual N-Back mental exercise RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet/__init__.py:${PORTSDIR}/graphics/py-pyglet -USES= dos2unix zip +USES= dos2unix python:run zip NO_BUILD= yes DOS2UNIX_FILES= brainworkshop.pyw -USE_PYTHON= yes - WRKSRC= ${WRKDIR}/${PORTNAME} PORTSCOUT= skipv:4.22 |