svn commit: r399183 - head/x11-servers/xorg-server

Antoine Brodin antoine at FreeBSD.org
Tue Oct 13 09:26:47 UTC 2015


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


More information about the svn-ports-head mailing list