summaryrefslogtreecommitdiff
path: root/x11/xorg
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-09-13 19:45:08 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-09-13 19:45:08 +0000
commit62df320cc3d1faf415675ee470a2b6338548e00b (patch)
tree6eb76e71941e2aad2fb558ec0436f85cf000c6f5 /x11/xorg
parentTake over maintainership. (diff)
- 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@
Notes
Notes: svn path=/head/; revision=199427
Diffstat (limited to 'x11/xorg')
-rw-r--r--x11/xorg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index 1337bc11183c..fcebb0c8dd22 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xorg
-PORTVERSION= 7.2
+PORTVERSION= 7.3
CATEGORIES= x11
MASTER_SITES= # none
DISTFILES= # none
@@ -35,10 +35,9 @@ RUN_DEPENDS+= ${X11BASE}/libdata/xorg/apps:${PORTSDIR}/x11/xorg-apps \
${X11BASE}/libdata/xorg/protos:${PORTSDIR}/x11/xorg-protos \
${X11BASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server
-.if defined(COMPLETE_BUILD)
+.if defined(XORG_COMPLETE)
RUN_DEPENDS+= Xnest:${PORTSDIR}/x11-servers/xorg-nestserver \
Xdmx:${PORTSDIR}/x11-servers/xorg-dmx \
- Xprt:${PORTSDIR}/x11-servers/xorg-printserver \
Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
.endif