diff options
author | rezny <rezny@FreeBSD.org> | 2017-02-28 01:42:11 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-02-28 01:42:11 +0800 |
commit | 12c518b08f740b429c8013ab9900b7c55b209217 (patch) | |
tree | 5900389fe83c8bbb23cb1b28f4b044a7456fb0fc /x11 | |
parent | ac48caee78658ba191fbce1713d01765cd8a09e4 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |