b5bb12998e
not bumped by this that will be corrected soon. heavy lifting by todd@
13 lines
282 B
Makefile
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>
|