Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2015 09:26:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399183 - head/x11-servers/xorg-server
Message-ID:  <201510130926.t9D9QkCe058187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct 13 09:26:46 2015
New Revision: 399183
URL: https://svnweb.freebsd.org/changeset/ports/399183

Log:
  Unbreak INDEX

Modified:
  head/x11-servers/xorg-server/Makefile

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Tue Oct 13 08:35:03 2015	(r399182)
+++ head/x11-servers/xorg-server/Makefile	Tue Oct 13 09:26:46 2015	(r399183)
@@ -14,10 +14,10 @@ COMMENT?=	X.Org X server and related pro
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	libdrm.so:graphics/libdrm \
-		libepoxy.so:graphics/libepoxy
-RUN_DEPENDS=	xkeyboard-config>=2.5:x11/xkeyboard-config \
-		xkbcomp:x11/xkbcomp
+LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm \
+		libepoxy.so:${PORTSDIR}/graphics/libepoxy
+RUN_DEPENDS=	xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
+		xkbcomp:${PORTSDIR}/x11/xkbcomp
 
 XORG_CAT=	xserver
 SLAVE_PORT?=	no
@@ -72,7 +72,7 @@ CONFIGURE_ENV=	SHA1_LIB="-L/usr/lib -lcr
 .endif
 
 .if ${PORT_OPTIONS:MHAL}
-LIB_DEPENDS+=	libhal.so:sysutils/hal
+LIB_DEPENDS+=	libhal.so:${PORTSDIR}/sysutils/hal
 CONFIGURE_ARGS+=	--enable-config-hal=yes
 .else
 CONFIGURE_ARGS+=	--enable-config-hal=no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510130926.t9D9QkCe058187>