blob: baa89e8d690fa3169b009f9092d3cbb10468f929 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/04 00:40:05 matthieu Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= Xfont 9.0
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
.include <bsd.xorg.mk>
|