Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 12:32:10 +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: r455852 - head/games/endgame-singularity
Message-ID:  <201712091232.vB9CWA2T016566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091232.vB9CWA2T016566>