diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-30 21:52:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-30 21:52:33 +0800 |
commit | f40cf1de7ca36563bded238dd8b844e2e1a8fbe4 (patch) | |
tree | 47085daf7bf21810e0bf760cf6bf62408b9e8c23 /games | |
parent | 16320cac3c15294a14c821437ed7b12a894b0241 (diff) | |
download | freebsd-ports-gnome-f40cf1de7ca36563bded238dd8b844e2e1a8fbe4.tar.gz freebsd-ports-gnome-f40cf1de7ca36563bded238dd8b844e2e1a8fbe4.tar.zst freebsd-ports-gnome-f40cf1de7ca36563bded238dd8b844e2e1a8fbe4.zip |
- Convert to USES=python
Diffstat (limited to 'games')
-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 |