svn commit: r434982 - head/x11/xconsole

Matthew Rezny rezny at FreeBSD.org
Mon Feb 27 17:42:12 UTC 2017


Author: rezny
Date: Mon Feb 27 17:42:11 2017
New Revision: 434982
URL: https://svnweb.freebsd.org/changeset/ports/434982

Log:
  Add missing USE_XORG entries identified by stage-qa
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9442

Modified:
  head/x11/xconsole/Makefile

Modified: head/x11/xconsole/Makefile
==============================================================================
--- head/x11/xconsole/Makefile	Mon Feb 27 17:40:43 2017	(r434981)
+++ head/x11/xconsole/Makefile	Mon Feb 27 17:42:11 2017	(r434982)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xconsole
 PORTVERSION=	1.0.7
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -10,6 +11,6 @@ COMMENT=	Monitor system console messages
 LICENSE=	MIT
 
 XORG_CAT=	app
-USE_XORG=	xt xaw
+USE_XORG=	x11 xmu xt xaw
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list