diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 17:36:10 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:05:58 +0800 |
commit | 95e68d5bda77fc75f60cb3e121cae69fb96487ef (patch) | |
tree | 0dd2995c73479d920441bfb2dfffbf9593ad3ba5 /games | |
parent | d91a587a17497d065205a5b71001b90369d09354 (diff) | |
download | freebsd-ports-gnome-95e68d5bda77fc75f60cb3e121cae69fb96487ef.tar.gz freebsd-ports-gnome-95e68d5bda77fc75f60cb3e121cae69fb96487ef.tar.zst freebsd-ports-gnome-95e68d5bda77fc75f60cb3e121cae69fb96487ef.zip |
- Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x
- Remove dependency on python2 metaport
Diffstat (limited to 'games')
-rw-r--r-- | games/solarwolf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/solarwolf/Makefile b/games/solarwolf/Makefile index 5e6ef9014242..8e4f450d1e15 100644 --- a/games/solarwolf/Makefile +++ b/games/solarwolf/Makefile @@ -3,7 +3,7 @@ PORTNAME= solarwolf PORTVERSION= 1.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://www.pygame.org/shredwheat/solarwolf/ @@ -13,9 +13,10 @@ COMMENT= Action/arcade game originally based of SolarFox on the Atari 2600 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game +RUN_DEPENDS= ${PYGAME} -USES= python:2 +USES= python:2.7 shebangfix +SHEBANG_FILES= solarwolf.py DESKTOP_ENTRIES= "SolarWolf" "${COMMENT}" "solarwolf" \ "solarwolf" "Game;ArcadeGame;" false |