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/widelands | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) | |
download | ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.tar.gz ports-729d9d232f2d99318b1c393e60fa5acadf5587b3.zip |
Notes
Diffstat (limited to 'games/widelands')
-rw-r--r-- | games/widelands/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index eb64ef8a8b52..9589f14ec19e 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -7,7 +7,7 @@ PORTNAME= widelands DISTVERSION= build13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Old%20releases%20%21%21%21/build-13/ DISTNAME= ${PORTNAME:C/^w/W/}-${DISTVERSION:C/^b/B/}-src @@ -20,7 +20,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_GETTEXT= yes -USE_PYTHON_BUILD=2.4+ +USE_PYTHON_BUILD=2.5+ USE_SDL= sdl mixer image net ttf gfx USE_GCC= 4.2+ |