svn commit: r454026 - head/www/qt5-webkit

Tobias C. Berner tcberner at FreeBSD.org
Sun Nov 12 09:11:45 UTC 2017


Author: tcberner
Date: Sun Nov 12 09:11:44 2017
New Revision: 454026
URL: https://svnweb.freebsd.org/changeset/ports/454026

Log:
  Force python2.7 in www/qt5-webkit
  
  The buildsystem of qt5-webkit requires a python2.* version,
  and will fail when python3.* is used.
  
  Reported by:	jrm
  Differential Revision:	https://reviews.freebsd.org/D13008

Modified:
  head/www/qt5-webkit/Makefile

Modified: head/www/qt5-webkit/Makefile
==============================================================================
--- head/www/qt5-webkit/Makefile	Sun Nov 12 09:09:35 2017	(r454025)
+++ head/www/qt5-webkit/Makefile	Sun Nov 12 09:11:44 2017	(r454026)
@@ -20,7 +20,7 @@ LIB_DEPENDS=		libfontconfig.so:x11-fonts/fontconfig \
 			libwebp.so:graphics/webp
 
 USES=			bison cmake:outsource gperf jpeg pathfix perl5 pkgconfig \
-			python:build sqlite:3 tar:xz
+			python:2.7,build sqlite:3 tar:xz
 USE_GNOME=		glib20 libxml2 libxslt
 USE_GSTREAMER1=		core
 USE_QT5=		core gui location network opengl printsupport \


More information about the svn-ports-head mailing list