diff options
author | stas <stas@FreeBSD.org> | 2009-03-13 17:46:27 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-03-13 17:46:27 +0800 |
commit | f5b585153f6fdea32ba09ee7c4b0fd9924db8913 (patch) | |
tree | 7cb07a7865b17348afb90c3e36a6c34eca77a521 /x11/libX11 | |
parent | b5ee809c9e13328f8976b2904b6eae3f2fb2c4b8 (diff) | |
download | freebsd-ports-gnome-f5b585153f6fdea32ba09ee7c4b0fd9924db8913.tar.gz freebsd-ports-gnome-f5b585153f6fdea32ba09ee7c4b0fd9924db8913.tar.zst freebsd-ports-gnome-f5b585153f6fdea32ba09ee7c4b0fd9924db8913.zip |
- libX11 configure doesn't have --enable-xdmauth now, XDMCP is
always enabled if available.
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 2 |
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" |