From 3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 13 Oct 2015 09:26:46 +0000 Subject: Unbreak INDEX --- x11-servers/xorg-server/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index f5b939e67dca..4618b5c9859d 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -14,10 +14,10 @@ COMMENT?= X.Org X server and related programs 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 -lcrypto" SHA1_CFLAGS="-I/usr/include" .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 -- cgit v1.2.3