svn commit: r455859 - head/games/outerspace

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


Author: antoine
Date: Sat Dec  9 13:38:30 2017
New Revision: 455859
URL: https://svnweb.freebsd.org/changeset/ports/455859

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

Modified:
  head/games/outerspace/Makefile

Modified: head/games/outerspace/Makefile
==============================================================================
--- head/games/outerspace/Makefile	Sat Dec  9 13:36:33 2017	(r455858)
+++ head/games/outerspace/Makefile	Sat Dec  9 13:38:30 2017	(r455859)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/ospace/OSLauncher/${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	On-line strategy game
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game
+RUN_DEPENDS=	${PYGAME}
 
 USES=		python:2.7
 NO_BUILD=	yes


More information about the svn-ports-all mailing list