diff options
Diffstat (limited to 'x11/xorg/Makefile')
-rw-r--r-- | x11/xorg/Makefile | 16 |
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> |