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/outerspace | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) |
Notes
Diffstat (limited to 'games/outerspace')
-rw-r--r-- | games/outerspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/outerspace/Makefile b/games/outerspace/Makefile index 7b6575310213..45a26245960c 100644 --- a/games/outerspace/Makefile +++ b/games/outerspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= outerspace PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/ospace/OSLauncher/${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= On-line strategy game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes SUB_FILES= outerspace |