Date: Mon, 4 Dec 2017 20:13:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455535 - head/games/brainworkshop Message-ID: <201712042013.vB4KDdiE079462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 4 20:13:39 2017 New Revision: 455535 URL: https://svnweb.freebsd.org/changeset/ports/455535 Log: Add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) Modified: head/games/brainworkshop/Makefile Modified: head/games/brainworkshop/Makefile ============================================================================== --- head/games/brainworkshop/Makefile Mon Dec 4 20:12:21 2017 (r455534) +++ head/games/brainworkshop/Makefile Mon Dec 4 20:13:39 2017 (r455535) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Brain%20Works 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042013.vB4KDdiE079462>