mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11/radare-cutter: don't use webengine where it's not available
Builds fine without it.
This commit is contained in:
parent
5fbed83bbe
commit
9a3b512fbe
1 changed files with 7 additions and 1 deletions
|
@ -22,13 +22,19 @@ GH_PROJECT= r2cutter
|
|||
GH_TUPLE= radareorg:cutter-translations:8e1d24b:translations/translations
|
||||
|
||||
USE_QT= core declarative gui linguist location network printsupport svg \
|
||||
webchannel webengine widgets buildtools_build
|
||||
webchannel widgets buildtools_build
|
||||
USE_GL= gl
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
|
||||
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
|
||||
USE_QT+= webengine
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue