diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-28 08:35:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-28 08:35:31 +0000 |
commit | 8bdd85f8e98f701ee5e65d499d079a6f2640807c (patch) | |
tree | 8035bf39a5f685cf58a0204669660487c4d206b9 | |
parent | 525e5cb4b5278c4bbffb1f4a2ef1094455572eb9 (diff) | |
download | ports-8bdd85f8e98f701ee5e65d499d079a6f2640807c.tar.gz ports-8bdd85f8e98f701ee5e65d499d079a6f2640807c.zip |
Notes
-rw-r--r-- | games/widelands/Makefile | 2 | ||||
-rw-r--r-- | games/xwordpy/Makefile | 2 | ||||
-rw-r--r-- | www/uzbl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index fc9fc6223c4e..8f46dbfef84b 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -30,7 +30,7 @@ CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \ -DWL_VERSION="${DISTVERSION}" USE_LUA= 5.1+ USE_SDL= sdl mixer image net ttf gfx -USE_PYTHON_BUILD=2.4+ +USE_PYTHON_BUILD=2.5+ MAKE_JOBS_SAFE= yes PLIST_FILES= bin/widelands diff --git a/games/xwordpy/Makefile b/games/xwordpy/Makefile index 4f55da67504b..19a87d023f2a 100644 --- a/games/xwordpy/Makefile +++ b/games/xwordpy/Makefile @@ -16,7 +16,7 @@ MAINTAINER= bf@FreeBSD.org COMMENT= An application for solving crossword puzzles in the Across Lite format USE_GNOME= pygtk2 -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes PLIST_DIRS= %%DATADIR%% diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile index 26d46ca6e017..636a17656703 100644 --- a/www/uzbl/Makefile +++ b/www/uzbl/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= socat:${PORTSDIR}/net/socat \ USE_GNOME= gtk20 USE_LDCONFIG= yes USE_GMAKE= yes -USE_PYTHON= 2.4-2.7 +USE_PYTHON= 2.5-2.7 GITDATE= 2012.05.14 GITVERSION= 228bc38 |