diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:45:08 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:45:08 +0000 |
commit | 62df320cc3d1faf415675ee470a2b6338548e00b (patch) | |
tree | 6eb76e71941e2aad2fb558ec0436f85cf000c6f5 /x11/xorg-apps | |
parent | 87cca574fd7f379db0710c925eab655b62046077 (diff) | |
download | ports-62df320cc3d1faf415675ee470a2b6338548e00b.tar.gz ports-62df320cc3d1faf415675ee470a2b6338548e00b.zip |
Notes
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 5ebb3fcb337c..6188712b4d16 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-apps -PORTVERSION= 7.2 +PORTVERSION= 7.3 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -44,6 +44,7 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ viewres:${PORTSDIR}/x11/viewres \ x11perf:${PORTSDIR}/x11/x11perf \ xauth:${PORTSDIR}/x11/xauth \ + xbacklight:${PORTSDIR}/x11/xbacklight \ xbiff:${PORTSDIR}/x11/xbiff \ xcalc:${PORTSDIR}/x11/xcalc \ xclipboard:${PORTSDIR}/x11/xclipboard \ |