1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

print/libraqm: fix build when DOCS are disabled

gtk-doc is required, even if we do not build the documentation.

PR:		255360
Reported by:	Christoph Kliemann
This commit is contained in:
Thierry Thomas 2021-05-12 18:31:27 +02:00
parent 97fafe5a6e
commit dfe43fda12

View File

@ -10,6 +10,7 @@ COMMENT= Library that encapsulates complex text layout logic
LICENSE= MIT
BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
LIB_DEPENDS= libfribidi.so:converters/fribidi \
libharfbuzz.so:print/harfbuzz \
libfreetype.so:print/freetype2
@ -25,7 +26,6 @@ INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
DOCS_CONFIGURE_ENABLE= gtk-doc
DOCS_CONFIGURE_ON= --with-html-dir=${DOCSDIR}