xenocara/lib/libXfont/Makefile.bsd-wrapper

14 lines
330 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/05/24 13:29:07 matthieu Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= Xfont 8.0
2006-11-26 05:07:34 -07:00
.if ${MACHINE} == landisk || ${MACHINE} == vax
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
.if ${MACHINE} == landisk || ${MACHINE} == vax
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>