From 0836640b502027b5b4785c8417864c6f7d71d4b2 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Fri, 14 Sep 2012 23:39:13 +0000 Subject: [PATCH] - update dependencies to use PYGAME Submitted by: maintainer, nemysis@gmx.ch (via mail) --- games/iceicepenguin/Makefile | 2 +- games/krank/Makefile | 2 +- games/mopesnake/Makefile | 2 +- games/nelly/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile index d1ea5abd8c57..c5345900b26c 100644 --- a/games/iceicepenguin/Makefile +++ b/games/iceicepenguin/Makefile @@ -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" diff --git a/games/krank/Makefile b/games/krank/Makefile index 8259969f03e0..967527183db3 100644 --- a/games/krank/Makefile +++ b/games/krank/Makefile @@ -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 diff --git a/games/mopesnake/Makefile b/games/mopesnake/Makefile index 7ab37e4aac63..e216a26a9233 100644 --- a/games/mopesnake/Makefile +++ b/games/mopesnake/Makefile @@ -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 diff --git a/games/nelly/Makefile b/games/nelly/Makefile index bb688bab0bc2..0864d9cbbd3a 100644 --- a/games/nelly/Makefile +++ b/games/nelly/Makefile @@ -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