summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-03-13 09:46:27 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-03-13 09:46:27 +0000
commit0bb62c8c151cb190a81887cbc88ad56aa253528e (patch)
tree8d26fb249b47bbe7e053e5ae7e82a3c518af0c84 /x11
parentUpdate from 0.6.11 to 0.6.14. (diff)
- libX11 configure doesn't have --enable-xdmauth now, XDMCP is
always enabled if available.
Notes
Notes: svn path=/head/; revision=229985
Diffstat (limited to 'x11')
-rw-r--r--x11/libX11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index dc4bcbeda0aa..860cb62fe7e7 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -23,7 +23,7 @@ USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
-CONFIGURE_ARGS+= --enable-xdmauth --datadir=${PREFIX}/lib \
+CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
--with-xcb=yes
.include "${.CURDIR}/manpages"