diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
commit | 320e1ae04a5cb648decf7687de1c7f4374992b84 (patch) | |
tree | e214c064234f069b4fcf1d4d9b33d13e1ac5ff74 /games/widelands | |
parent | 30c5702c27b8779244ed77aaceab1faf8ebc99b7 (diff) | |
download | freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.gz freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.zst freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.zip |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
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+ |