svn commit: r455535 - head/games/brainworkshop

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:13:41 UTC 2017


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 at 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


More information about the svn-ports-head mailing list