5f86a80368
bump major
12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/09/30 10:35:10 matthieu Exp $
|
|
|
|
SHARED_LIBS= X11 11.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>
|