aboutsummaryrefslogtreecommitdiff
path: root/www/uzbl/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2012-05-23 06:55:07 +0000
committerBeech Rintoul <beech@FreeBSD.org>2012-05-23 06:55:07 +0000
commitff09d6966e1196a67495960c0bd01deff50989fb (patch)
tree029051fbc49964561fe1532f708db2b733e32a23 /www/uzbl/Makefile
parent00bdff3f9f40dd9869a346f9677e0239a3c5236e (diff)
downloadports-ff09d6966e1196a67495960c0bd01deff50989fb.tar.gz
ports-ff09d6966e1196a67495960c0bd01deff50989fb.zip
- Update to the version as of 2012/05/14
- Release notes see http://www.uzbl.org/news.php?id=40 PR: ports/168206 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Notes
Notes: svn path=/head/; revision=297262
Diffstat (limited to 'www/uzbl/Makefile')
-rw-r--r--www/uzbl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile
index 76c0fcfd0c10..26d46ca6e017 100644
--- a/www/uzbl/Makefile
+++ b/www/uzbl/Makefile
@@ -24,10 +24,10 @@ RUN_DEPENDS= socat:${PORTSDIR}/net/socat \
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_GMAKE= yes
-USE_PYTHON= yes
+USE_PYTHON= 2.4-2.7
-GITDATE= 2011.11.28
-GITVERSION= e93bd72
+GITDATE= 2012.05.14
+GITVERSION= 228bc38
WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION}
@@ -53,6 +53,8 @@ post-patch:
${WRKSRC}/bin/uzbl-event-manager
@${REINPLACE_CMD} -e "s|/usr/share/uzbl|${DATADIR}|" \
${WRKSRC}/bin/uzbl-tabbed
+ @${REINPLACE_CMD} -e "s|/usr/bin/env python2|/usr/bin/env ${PYTHON_VERSION}|" \
+ ${WRKSRC}/bin/uzbl-event-manager
post-build:
@${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \;