devel/pyside2-tools: remove webengine on non-x86

Builds fine without webengine on powerpc64.
This commit is contained in:
Piotr Kubaj 2020-09-04 19:17:11 +00:00
parent 46a849b82e
commit 71230f7ea2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547564

View file

@ -24,7 +24,7 @@ USE_PYTHON= flavors
USE_QT= 3d buildtools charts core datavis3d declarative \
designer gui help location multimedia network opengl \
printsupport qmake_build script scripttools scxml sensors \
speech sql svg testlib uitools webchannel webengine \
speech sql svg testlib uitools webchannel \
websockets widgets x11extras xml xmlpatterns
SHEBANG_FILES= pyside_tool.py
@ -35,4 +35,8 @@ CMAKE_ARGS+= "-DUSE_PYTHON_VERSION=${PYTHON_VER}"
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2-tools
.if ${ARCH} == amd64 || ${ARCH} == i386
USE_QT+= webengine
.endif
.include <bsd.port.post.mk>