--disable-test or it will pick up gtk+3 which may end up breaking bulk

builds.

reported by naddy@
This commit is contained in:
ajacoutot 2016-10-15 12:28:21 +00:00
parent 7f2655920f
commit eda04689d2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/06/21 13:22:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2016/10/15 12:28:21 ajacoutot Exp $
COMMENT= GObject library for handling and rendering XPS documents
@ -36,4 +36,7 @@ LIB_DEPENDS= archivers/libarchive \
CONFIGURE_STYLE= gnu
# requires gtk+3
CONFIGURE_ARGS += --disable-test
.include <bsd.port.mk>