diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
commit | 729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch) | |
tree | 587d15de621adfc5fa93e4c481b8470e04053dc3 /games/funnyboat/Makefile | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) | |
download | ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.tar.gz ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.zip |
Notes
Diffstat (limited to 'games/funnyboat/Makefile')
-rw-r--r-- | games/funnyboat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index 19393b87faa4..44bed69b6a50 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -7,7 +7,7 @@ PORTNAME= funnyboat PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes SUB_FILES= funnyboat_ |