aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrezny <rezny@FreeBSD.org>2017-02-28 01:42:11 +0800
committerrezny <rezny@FreeBSD.org>2017-02-28 01:42:11 +0800
commit12c518b08f740b429c8013ab9900b7c55b209217 (patch)
tree5900389fe83c8bbb23cb1b28f4b044a7456fb0fc /x11
parentac48caee78658ba191fbce1713d01765cd8a09e4 (diff)
downloadfreebsd-ports-gnome-12c518b08f740b429c8013ab9900b7c55b209217.tar.gz
freebsd-ports-gnome-12c518b08f740b429c8013ab9900b7c55b209217.tar.zst
freebsd-ports-gnome-12c518b08f740b429c8013ab9900b7c55b209217.zip
Add missing USE_XORG entries identified by stage-qa
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9442
Diffstat (limited to 'x11')
-rw-r--r--x11/xconsole/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile
index 2b9be003b08f..e260a8f1431b 100644
--- a/x11/xconsole/Makefile
+++ b/x11/xconsole/Makefile
@@ -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 with X
LICENSE= MIT
XORG_CAT= app
-USE_XORG= xt xaw
+USE_XORG= x11 xmu xt xaw
.include <bsd.port.mk>