xenocara/lib/libXfont/Makefile.bsd-wrapper
guenther b5bb12998e Bump the major on every single base library. There are a couple
not bumped by this that will be corrected soon.

heavy lifting by todd@
2013-08-13 07:07:07 +00:00

13 lines
282 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2013/08/13 07:07:15 guenther Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= Xfont 10.0
CONFIGURE_ARGS+= --with-xmlto=no
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
.include <bsd.xorg.mk>