xenocara/lib/libX11/Makefile.bsd-wrapper

12 lines
313 B
Makefile
Raw Normal View History

2007-03-15 16:23:39 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/03/15 22:23:39 matthieu Exp $
2006-11-26 05:07:34 -07:00
2006-12-02 10:58:21 -07:00
SHARED_LIBS= X11 10.0
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
2007-03-15 16:23:39 -06:00
.if ${MACHINE} == landisk || ${MACHINE} == vax
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>