From 0180e04f7511e8b6de803447416a3ed387b4613a Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 9 Dec 2017 13:38:30 +0000 Subject: Add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) --- games/outerspace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/outerspace/Makefile b/games/outerspace/Makefile index c4d264c002d1..7ab5d5154a8f 100644 --- a/games/outerspace/Makefile +++ b/games/outerspace/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/ospace/OSLauncher/${PORTVERSION} MAINTAINER= amdmi3@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 -- cgit