diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-13 05:14:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-13 05:14:25 +0800 |
commit | 16211ff55c84349d1b4f1da6c90482cce9d83e6a (patch) | |
tree | 1dbe7f4cb16ebfd6902cfa95aaa756a3a7cb51e4 /www | |
parent | 39b5f000a6436c8c344291aa0cbd6878b40db533 (diff) | |
download | freebsd-ports-gnome-16211ff55c84349d1b4f1da6c90482cce9d83e6a.tar.gz freebsd-ports-gnome-16211ff55c84349d1b4f1da6c90482cce9d83e6a.tar.zst freebsd-ports-gnome-16211ff55c84349d1b4f1da6c90482cce9d83e6a.zip |
Remove build dependency on the python metaport
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 1967edbd16d8..aacb9a0f8614 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -14,7 +14,6 @@ COMMENT= Opensource browser engine using the GTK+ 2 toolkit 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 |