Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2017 09:11:44 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454026 - head/www/qt5-webkit
Message-ID:  <201711120911.vAC9BiJj022201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711120911.vAC9BiJj022201>