Date: Mon, 12 Feb 2018 21:51: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: r461656 - head/www/webkit-gtk3 Message-ID: <201802122151.w1CLpvAJ001416@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802122151.w1CLpvAJ001416>