xenocara/lib/libXfont/Makefile.bsd-wrapper

11 lines
246 B
Makefile
Raw Normal View History

2009-10-31 11:57:11 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2009/10/31 17:57:11 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 05:07:34 -07:00
2009-10-31 11:57:11 -06:00
SHARED_LIBS= Xfont 9.0
2006-11-26 05:07:34 -07:00
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>