svn commit: r523062 - head/www/webkit2-gtk3

Antoine Brodin antoine at FreeBSD.org
Tue Jan 14 19:59:57 UTC 2020


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


More information about the svn-ports-all mailing list