diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/brainworkshop/Makefile | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Notes
Diffstat (limited to 'games/brainworkshop/Makefile')
-rw-r--r-- | games/brainworkshop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/brainworkshop/Makefile b/games/brainworkshop/Makefile index 3909d995b69b..6821304e1958 100644 --- a/games/brainworkshop/Makefile +++ b/games/brainworkshop/Makefile @@ -12,9 +12,9 @@ COMMENT= Free open-source version of the Dual N-Back mental exercise RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet/__init__.py:${PORTSDIR}/graphics/py-pyglet -USE_ZIP= yes +USES= dos2unix zip NO_BUILD= yes -USE_DOS2UNIX= brainworkshop.pyw +DOS2UNIX_FILES= brainworkshop.pyw USE_PYTHON= yes |