Explicitely pass --disable-docs in case we have valadoc(1) around; I think

it's the only port in tree that needs this (all others default to disable)
This commit is contained in:
ajacoutot 2017-10-29 10:02:22 +00:00
parent e32a213a20
commit ab00832526

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2017/04/09 11:52:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2017/10/29 10:02:22 ajacoutot Exp $
COMMENT= GObject API that wraps around libxml2
@ -26,5 +26,6 @@ LIB_DEPENDS= devel/libgee \
textproc/libxml
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-docs # valadoc(1)
.include <bsd.port.mk>