aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg/Makefile
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/Makefile
parent87cca574fd7f379db0710c925eab655b62046077 (diff)
downloadports-62df320cc3d1faf415675ee470a2b6338548e00b.tar.gz
ports-62df320cc3d1faf415675ee470a2b6338548e00b.zip
Notes
Diffstat (limited to 'x11/xorg/Makefile')
-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