diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-28 16:35:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-28 16:35:31 +0800 |
commit | 0fd2f8f24ae3fd57518f77de81a98e84d2dd1399 (patch) | |
tree | 1a1921068cc88c7b216949cab83c491b85b7f80c /www/uzbl | |
parent | 8c95a363837301bca64034e8f8a8cacfc531e8f2 (diff) | |
download | freebsd-ports-gnome-0fd2f8f24ae3fd57518f77de81a98e84d2dd1399.tar.gz freebsd-ports-gnome-0fd2f8f24ae3fd57518f77de81a98e84d2dd1399.tar.zst freebsd-ports-gnome-0fd2f8f24ae3fd57518f77de81a98e84d2dd1399.zip |
- Switch to python 25 as mini. version.
Diffstat (limited to 'www/uzbl')
-rw-r--r-- | www/uzbl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |