diff options
author | flz <flz@FreeBSD.org> | 2007-09-14 03:45:08 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-09-14 03:45:08 +0800 |
commit | e834c080fbcd49b7691f9cc56e1bac850897da63 (patch) | |
tree | 2d6de9d0a7f1a29f6b03a566b76ab749b25a90d4 /x11/xorg-apps | |
parent | ebe82e20eae947e28cd10cdab731cd3e11debc36 (diff) | |
download | freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.tar.gz freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.tar.zst freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.zip |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
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 \ |