be2770bef1
the list here.
13 lines
332 B
Makefile
13 lines
332 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/03 23:56:07 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
SHARED_LIBS= X11 11.2
|
|
|
|
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-ipv6
|
|
|
|
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
|
|
CONFIGURE_ARGS+= --disable-loadable-xcursor
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|