svn commit: r455852 - head/games/endgame-singularity

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 12:32:12 UTC 2017


Author: antoine
Date: Sat Dec  9 12:32:10 2017
New Revision: 455852
URL: https://svnweb.freebsd.org/changeset/ports/455852

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

Modified:
  head/games/endgame-singularity/Makefile

Modified: head/games/endgame-singularity/Makefile
==============================================================================
--- head/games/endgame-singularity/Makefile	Sat Dec  9 12:25:00 2017	(r455851)
+++ head/games/endgame-singularity/Makefile	Sat Dec  9 12:32:10 2017	(r455852)
@@ -14,7 +14,7 @@ COMMENT=	Simulates the life of a true AI
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/GPL.txt
 
-RUN_DEPENDS=	py*-game>=1.8:devel/py-game \
+RUN_DEPENDS=	${PYGAME} \
 		${PYNUMPY}
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list