summaryrefslogtreecommitdiff
path: root/lib/libX11/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libX11/Makefile.bsd-wrapper')
-rw-r--r--lib/libX11/Makefile.bsd-wrapper7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper
new file mode 100644
index 000000000..744552a8a
--- /dev/null
+++ b/lib/libX11/Makefile.bsd-wrapper
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
+
+SHARED_LIBS= X11 9.0
+
+CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
+
+.include <bsd.xorg.mk>