svn commit: r455831 - head/games/solarwolf
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 9 09:36:12 UTC 2017
Author: antoine
Date: Sat Dec 9 09:36:10 2017
New Revision: 455831
URL: https://svnweb.freebsd.org/changeset/ports/455831
Log:
- Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x
- Remove dependency on python2 metaport
Modified:
head/games/solarwolf/Makefile
Modified: head/games/solarwolf/Makefile
==============================================================================
--- head/games/solarwolf/Makefile Sat Dec 9 09:33:59 2017 (r455830)
+++ head/games/solarwolf/Makefile Sat Dec 9 09:36:10 2017 (r455831)
@@ -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 SolarF
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
More information about the svn-ports-all
mailing list