diff options
author | alonso <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
---|---|---|
committer | alonso <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
commit | 693cb6a1a7362fa6971ec1a4629d6612486b41ec (patch) | |
tree | 28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /www | |
parent | 8808f90dc26f504cac1938f6eb2a7fdd2ca3c128 (diff) | |
download | freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.tar.gz freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.tar.zst freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.zip |
Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.
Approved by: rakuco (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-qt5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webkit-qt5/Makefile b/www/webkit-qt5/Makefile index d8a08e4f497d..8162892c3f79 100644 --- a/www/webkit-qt5/Makefile +++ b/www/webkit-qt5/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex USE_GL= gl USE_GNOME= libxml2 libxslt USE_PERL5= build -USE_PYTHON_BUILD= yes USE_QT5= core gui network opengl printsupport qml quick sql \ testlib widgets buildtools_build QT_DIST= ${PORTNAME} @@ -27,7 +26,7 @@ USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes USE_SQLITE= 3 USE_XORG= x11 xcomposite xrender -USES= bison:build gmake perl5 pkgconfig qmake:outsource +USES= bison:build gmake perl5 pkgconfig python:build qmake:outsource # Keep make(1) from descending into obj/ subdirectories during tests. CONFIGURE_ENV= MAKEOBJDIR=. # Use flex(1) from ports. |