- Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x - Remove dependency on python2 metaport
This commit is contained in:
parent
c10df5b9df
commit
1960dc431c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455831
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user