aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-05-25 14:37:02 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-05-25 14:37:02 +0000
commit92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch)
treecf13f962932aab3646f0af684b2923c4e0f0825b /x11/xorg
parentffbb85145227efbc987e5d09cab804f896bf37f5 (diff)
downloadports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.tar.gz
ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.zip
Notes
Diffstat (limited to 'x11/xorg')
-rw-r--r--x11/xorg/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index 500b64cbd6e6..87adc576fdcf 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: xorg
-# Date created: 18 Jun 2004
-# Whom: anholt
-#
+# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xorg
-PORTVERSION= 7.5.2
+PORTVERSION= 7.7
CATEGORIES= x11
MASTER_SITES= # none
DISTFILES= # none
@@ -23,8 +19,10 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
+.include <bsd.port.options.mk>
+
# doc
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:${PORTSDIR}/x11/xorg-docs
.endif
@@ -57,8 +55,4 @@ DEPENDS_TARGET="package"
.endif
.endif
-.if ${ARCH} != "alpha"
-RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server
-.endif
-
.include <bsd.port.post.mk>