diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/outerspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |