svn commit: r542000 - head/x11/libX11

Jan Beich jbeich at FreeBSD.org
Sat Jul 11 17:45:36 UTC 2020


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
 


More information about the svn-ports-all mailing list