Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 17:42:11 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434982 - head/x11/xconsole
Message-ID:  <201702271742.v1RHgBK4092872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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