1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

sysutils/mstflint: mark BROKEN for STATIC case

This effectively marks sysutils/mstflint-lite BROKEN

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2021-05-20 15:17:33 +03:00
parent d2e0a626ca
commit 73a392a1b7

View File

@ -44,6 +44,7 @@ USES+= ssl
.if ${PORT_OPTIONS:MADAB}
CONFIGURE_ARGS+= --enable-adb-generic-tools
.if ${PORT_OPTIONS:MSTATIC}
BROKEN= does not link: expat2 no longer provides static library
BUILD_DEPENDS+= xmlwf:textproc/expat2 \
boost-libs>0:devel/boost-libs
.else