diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-05 04:13:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:04:22 +0800 |
commit | 07f1650c84a61445c0a8dd5653a64ffc65581b89 (patch) | |
tree | 346b96b58132a47b888cf7eb64b6164d5b9b3855 /games | |
parent | 857a5983137f8d3760600e2710dfe4e300f32f1f (diff) | |
download | freebsd-ports-gnome-07f1650c84a61445c0a8dd5653a64ffc65581b89.tar.gz freebsd-ports-gnome-07f1650c84a61445c0a8dd5653a64ffc65581b89.tar.zst freebsd-ports-gnome-07f1650c84a61445c0a8dd5653a64ffc65581b89.zip |
Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x)
Diffstat (limited to 'games')
-rw-r--r-- | games/brainworkshop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/brainworkshop/Makefile b/games/brainworkshop/Makefile index d920cef86f33..dae4fca52a67 100644 --- a/games/brainworkshop/Makefile +++ b/games/brainworkshop/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Brain%20Workshop%20${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free open-source version of the Dual N-Back mental exercise -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet/__init__.py:graphics/py-pyglet +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet/__init__.py:graphics/py-pyglet@${PY_FLAVOR} USES= dos2unix python:2.7,run zip NO_BUILD= yes |