Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 17:45:36 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542000 - head/x11/libX11
Message-ID:  <202007111745.06BHja3d023987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jul 11 17:45:36 2020
New Revision: 542000
URL: https://svnweb.freebsd.org/changeset/ports/542000

Log:
  x11/libX11: drop unused dependencies
  
  PR:		247182
  Approved by:	zeising

Modified:
  head/x11/libX11/Makefile   (contents, props changed)

Modified: head/x11/libX11/Makefile
==============================================================================
--- head/x11/libX11/Makefile	Sat Jul 11 17:45:18 2020	(r541999)
+++ head/x11/libX11/Makefile	Sat Jul 11 17:45:36 2020	(r542000)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libX11
 PORTVERSION=	1.6.9
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	x11
 
@@ -13,7 +13,7 @@ COMMENT=	X11 library
 LICENSE=	MIT
 
 USES=		cpe perl5 xorg xorg-cat:lib
-USE_XORG=	xau xcb xdmcp xtrans xorgproto
+USE_XORG=	xcb xtrans xorgproto
 USE_PERL5=	build
 CPE_VENDOR=	x
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007111745.06BHja3d023987>