xenocara/lib/libXfont/Makefile.bsd-wrapper
matthieu e4967fc3e9 Update to libXfont 1.5.0
Tested together with xserver 1.16.1 by naddy@, jsg@ & kettenis@
2014-09-27 17:42:14 +00:00

13 lines
282 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2014/09/27 17:42:14 matthieu Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= Xfont 12.0
CONFIGURE_ARGS+= --with-xmlto=no
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
.include <bsd.xorg.mk>