Mark broken when building WITH_BIDI. fribidi-0.10.7 is required to build,

however fribidi-0.10.4 is currently in ports.
This commit is contained in:
Cy Schubert 2006-04-15 20:07:12 +00:00
parent 022b329646
commit a732607ff3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159649

View File

@ -86,6 +86,7 @@ CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \
.if defined(WITHOUT_BIDI)
CONFIGURE_ARGS+= --disable-bidi
.else
BROKEN= fribidi 0.10.7 is required, fribidi 0.10.4 is currently in the ports collection, build WITHOUT_BIDI in the interim
LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
.endif