diff options
author | zeising <zeising@FreeBSD.org> | 2013-02-04 06:24:52 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-02-04 06:24:52 +0800 |
commit | 53e2a35d00b0c6247e61be9eac71b84195989925 (patch) | |
tree | 8ac0e523be5ee7fcd08141afef2fd91541367b5c /x11/xorg-apps | |
parent | 7bebdfb39c380d9e569ac2b75cf1a1963f0e711c (diff) | |
download | freebsd-ports-gnome-53e2a35d00b0c6247e61be9eac71b84195989925.tar.gz freebsd-ports-gnome-53e2a35d00b0c6247e61be9eac71b84195989925.tar.zst freebsd-ports-gnome-53e2a35d00b0c6247e61be9eac71b84195989925.zip |
Add xconsole to the list of xorg apps pulled in.
Bump portrevision.
Approved by: kwm, miwi (mentors, implicit)
Diffstat (limited to 'x11/xorg-apps')
-rw-r--r-- | x11/xorg-apps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 8b5cbf5bee10..8967b43a0d28 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -2,6 +2,7 @@ PORTNAME= xorg-apps PORTVERSION= 7.5.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -14,7 +15,7 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ x11-fonts/mkfontdir:mkfontdir \ x11-fonts/mkfontscale:mkfontscale sessreg \ setxkbmap smproxy x11perf xauth xbacklight xcalc \ - xcmsdb xcursorgen xdpyinfo xdriinfo xev xgamma xgc \ + xcmsdb xconsole xcursorgen xdpyinfo xdriinfo xev xgamma xgc \ xhost xinput xkbcomp xkbevd xkbutils:xkbvleds xkill \ xlsatoms xlsclients xmodmap xpr xprop xrandr xrdb \ xrefresh xset xsetmode xsetroot xvinfo xwd xwininfo \ |