mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- update dependencies to use PYGAME
Submitted by: maintainer, nemysis@gmx.ch (via mail)
This commit is contained in:
parent
2a39a6d67e
commit
0836640b50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304302
@ -15,7 +15,7 @@ COMMENT= Remake of an old SEGA Dreamcast game called Chu Chu Rocket
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
|
||||
RUN_DEPENDS= ${PYGAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/"ice ice penguin"
|
||||
|
||||
|
@ -11,7 +11,7 @@ COMMENT= A little casual game
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \
|
||||
RUN_DEPENDS= ${PYGAME} \
|
||||
${PYNUMPY}
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Classic snake game in which you attempt to eat all the pain
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game
|
||||
RUN_DEPENDS= ${PYGAME}
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= Nelly's Rooftop Garden, physics-based puzzle game
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \
|
||||
RUN_DEPENDS= ${PYGAME} \
|
||||
${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl
|
||||
|
||||
USE_PYTHON_RUN= yes
|
||||
|
Loading…
Reference in New Issue
Block a user