diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 21:38:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-09 21:38:30 +0800 |
commit | 0180e04f7511e8b6de803447416a3ed387b4613a (patch) | |
tree | 07734adea03c8cf1fc99230293cea31fc9798c00 /games | |
parent | 53e01e8dbdff3ec150e5e4af43b7fe88a1db26e2 (diff) | |
download | freebsd-ports-gnome-0180e04f7511e8b6de803447416a3ed387b4613a.tar.gz freebsd-ports-gnome-0180e04f7511e8b6de803447416a3ed387b4613a.tar.zst freebsd-ports-gnome-0180e04f7511e8b6de803447416a3ed387b4613a.zip |
Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x)
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 |