mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
This commit is contained in:
parent
14630d4c2d
commit
e764c670ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454026
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user