12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/03/15 22:23:39 matthieu Exp $
|
|
|
|
SHARED_LIBS= X11 10.0
|
|
|
|
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
|
|
|
|
.if ${MACHINE} == landisk || ${MACHINE} == vax
|
|
CONFIGURE_ARGS+= --disable-loadable-xcursor
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|