9a4b5cd1f6
versions expected by the time_t bump, this time done correctly ok matthieu@
12 lines
240 B
Makefile
12 lines
240 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2013/08/15 03:34:19 guenther Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
SHARED_LIBS= IntelXvMC 2.0 I810XvMC 2.0
|
|
|
|
.include <bsd.xorg.mk>
|