Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 21:14:25 +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: r461653 - head/www/webkit-gtk2
Message-ID:  <201802122114.w1CLEPwk084437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb 12 21:14:25 2018
New Revision: 461653
URL: https://svnweb.freebsd.org/changeset/ports/461653

Log:
  Remove build dependency on the python metaport

Modified:
  head/www/webkit-gtk2/Makefile

Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile	Mon Feb 12 20:43:02 2018	(r461652)
+++ head/www/webkit-gtk2/Makefile	Mon Feb 12 21:14:25 2018	(r461653)
@@ -14,7 +14,6 @@ COMMENT=	Opensource browser engine using the GTK+ 2 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 \
@@ -33,10 +32,11 @@ RUN_DEPENDS=	geoclue>=0:net/geoclue
 
 PORTSCOUT=	limit:^2\.4\.
 
+BINARY_ALIAS=	python=${PYTHON_CMD}
 USE_GSTREAMER1=	yes
 USE_XORG=	x11 xcomposite xdamage xfixes xrender xt
 USES=		bison compiler:c++11-lib gettext gmake gperf jpeg libtool \
-		localbase pathfix perl5 pkgconfig shebangfix sqlite tar:xz
+		localbase pathfix perl5 pkgconfig python:build shebangfix sqlite tar:xz
 PATHFIX_MAKEFILEIN=	GNUmakefile.in
 USE_RUBY=	yes
 RUBY_NO_RUN_DEPENDS=yes



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