svn commit: r455540 - head/games/pysycache

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:50:31 UTC 2017


Author: antoine
Date: Mon Dec  4 20:50:30 2017
New Revision: 455540
URL: https://svnweb.freebsd.org/changeset/ports/455540

Log:
  Add explicit FLAVOR to dependency (useful when using
  DEFAULT_VERSIONS=python=3.x)

Modified:
  head/games/pysycache/Makefile

Modified: head/games/pysycache/Makefile
==============================================================================
--- head/games/pysycache/Makefile	Mon Dec  4 20:45:56 2017	(r455539)
+++ head/games/pysycache/Makefile	Mon Dec  4 20:50:30 2017	(r455540)
@@ -14,7 +14,7 @@ COMMENT=	Educational software made in python
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game
+RUN_DEPENDS=	${PYGAME}
 
 USES=		python:2.7 shebangfix zip
 NO_BUILD=	yes


More information about the svn-ports-head mailing list