svn commit: r461656 - head/www/webkit-gtk3

Antoine Brodin antoine at FreeBSD.org
Mon Feb 12 21:51:58 UTC 2018


Author: antoine
Date: Mon Feb 12 21:51:57 2018
New Revision: 461656
URL: https://svnweb.freebsd.org/changeset/ports/461656

Log:
  Remove build dependency on the python metaport

Modified:
  head/www/webkit-gtk3/Makefile

Modified: head/www/webkit-gtk3/Makefile
==============================================================================
--- head/www/webkit-gtk3/Makefile	Mon Feb 12 21:23:31 2018	(r461655)
+++ head/www/webkit-gtk3/Makefile	Mon Feb 12 21:51:57 2018	(r461656)
@@ -14,7 +14,6 @@ COMMENT=	Opensource browser engine using the GTK+ 3 to
 
 BUILD_DEPENDS=	gtkdoc-rebase:textproc/gtk-doc \
 		p5-Switch>0:lang/p5-Switch \
-		python:lang/python \
 		geoclue>=0:net/geoclue
 LIB_DEPENDS=	libenchant.so:textproc/enchant \
 		libsecret-1.so:security/libsecret \
@@ -28,10 +27,11 @@ RUN_DEPENDS=	geoclue>=0:net/geoclue
 
 PORTSCOUT=	limit:^2\.4\.
 
+BINARY_ALIAS=	python=${PYTHON_CMD}
 USE_GSTREAMER1=	yes
 USE_XORG=	xt xdamage xcomposite
 USES=		bison compiler:c++11-lib gettext gmake gperf libtool localbase \
-		pathfix perl5 pkgconfig shebangfix sqlite tar:xz
+		pathfix perl5 pkgconfig python:build shebangfix sqlite tar:xz
 PATHFIX_MAKEFILEIN=	GNUmakefile.in
 USE_RUBY=	yes
 RUBY_NO_RUN_DEPENDS=yes


More information about the svn-ports-head mailing list