From owner-svn-ports-all@freebsd.org Mon Feb 27 17:42:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C720ACEF850; Mon, 27 Feb 2017 17:42:12 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96AD9C57; Mon, 27 Feb 2017 17:42:12 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RHgBwg092873; Mon, 27 Feb 2017 17:42:11 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RHgBK4092872; Mon, 27 Feb 2017 17:42:11 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702271742.v1RHgBK4092872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Mon, 27 Feb 2017 17:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434982 - head/x11/xconsole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 17:42:12 -0000 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