svn commit: r511371 - head/x11/xdpyinfo

Niclas Zeising zeising at FreeBSD.org
Fri Sep 6 22:22:06 UTC 2019


Author: zeising
Date: Fri Sep  6 22:22:05 2019
New Revision: 511371
URL: https://svnweb.freebsd.org/changeset/ports/511371

Log:
  x11/xdpyinfo: Really remove xf86misc dependency

Modified:
  head/x11/xdpyinfo/Makefile

Modified: head/x11/xdpyinfo/Makefile
==============================================================================
--- head/x11/xdpyinfo/Makefile	Fri Sep  6 22:20:07 2019	(r511370)
+++ head/x11/xdpyinfo/Makefile	Fri Sep  6 22:22:05 2019	(r511371)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 USES=		xorg xorg-cat:app
 USE_XORG=	dmx x11 xcb xcomposite xext xinerama xorgproto xrender \
-		xtst xxf86dga xxf86misc xxf86vm
+		xtst xxf86dga xxf86vm
 
 CONFIGURE_ARGS=	--without-xf86misc
 


More information about the svn-ports-head mailing list