0f15c7c5e7
macros from xorg-macros 1.5 to check for xmlto and asciidoc and explicitely disable them in Makefile.bsd-wrapper. Problem noticed by espie@.
9 lines
174 B
Makefile
9 lines
174 B
Makefile
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2010/05/21 19:13:11 matthieu Exp $
|
|
|
|
SHARED_LIBS= Xi 11.0
|
|
|
|
CONFIGURE_ARGS+= --without-xmlto --without-asciidoc
|
|
|
|
.include <bsd.xorg.mk>
|