Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 19:59:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523062 - head/www/webkit2-gtk3
Message-ID:  <202001141959.00EJxvvP043933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 14 19:59:56 2020
New Revision: 523062
URL: https://svnweb.freebsd.org/changeset/ports/523062

Log:
  webkit2-gtk3 builds fine with python 3.7
  
  With hat:	portmgr

Modified:
  head/www/webkit2-gtk3/Makefile

Modified: head/www/webkit2-gtk3/Makefile
==============================================================================
--- head/www/webkit2-gtk3/Makefile	Tue Jan 14 19:58:39 2020	(r523061)
+++ head/www/webkit2-gtk3/Makefile	Tue Jan 14 19:59:56 2020	(r523062)
@@ -36,7 +36,7 @@ LIB_DEPENDS=	libenchant-2.so:textproc/enchant2 \
 PORTSCOUT=	limitw:1,even
 
 USES=		bison cmake compiler:c++14-lang gettext gl gnome gperf \
-		jpeg localbase:ldflags perl5 pkgconfig python:2.7,build \
+		jpeg localbase:ldflags perl5 pkgconfig python:build \
 		sqlite tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
 USE_GL=		gl egl glesv2



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