xenocara/lib/libX11/Makefile.bsd-wrapper

12 lines
313 B
Makefile
Raw Normal View History

2007-09-30 04:35:10 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/09/30 10:35:10 matthieu Exp $
2006-11-26 05:07:34 -07:00
2007-09-30 04:35:10 -06:00
SHARED_LIBS= X11 11.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>