Add MODGNOME_TOOLS += docbook.

Needed to prevent going online to get the necessary files.

breakage reported by naddy@
This commit is contained in:
ajacoutot 2017-10-31 09:31:47 +00:00
parent 6dc2da7baa
commit 9fd48997a6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2017/10/28 21:31:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2017/10/31 09:31:47 ajacoutot Exp $
COMMENT= GNOME dictionary application
@ -19,6 +19,6 @@ MODULES= devel/dconf \
LIB_DEPENDS= x11/gtk+3
MODGNOME_TOOLS= desktop-file-utils gobject-introspection yelp
MODGNOME_TOOLS= desktop-file-utils docbook gobject-introspection yelp
.include <bsd.port.mk>