diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 21:38:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:06:08 +0800 |
commit | b00a1bb4925baf9145f4f76c75aac78bcc43b7a1 (patch) | |
tree | ed940bee72695a90876c2cd34f92344e0b9a6e0f /games | |
parent | 53858e833469fe7ee87574f22fd3903515b942c2 (diff) | |
download | freebsd-ports-gnome-b00a1bb4925baf9145f4f76c75aac78bcc43b7a1.tar.gz freebsd-ports-gnome-b00a1bb4925baf9145f4f76c75aac78bcc43b7a1.tar.zst freebsd-ports-gnome-b00a1bb4925baf9145f4f76c75aac78bcc43b7a1.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 |