xenocara/lib/libXfont/Makefile.bsd-wrapper

10 lines
226 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/04/08 18:16:10 matthieu Exp $
2006-11-26 05:07:34 -07:00
2006-12-16 11:30:24 -07:00
SHARED_LIBS= Xfont 6.0
2006-11-26 05:07:34 -07:00
.if ${MACHINE} == landisk || ${MACHINE} == vax
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>