aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-10-13 09:26:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-10-13 09:26:46 +0000
commit3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c (patch)
tree31cadf82362f58f3fde252c518c7e28459d260d8 /x11-servers
parentdc0aafdaa76d366dc7ac9d5547a6772ae9f1ed44 (diff)
downloadports-3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c.tar.gz
ports-3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c.zip
Unbreak INDEX
Notes
Notes: svn path=/head/; revision=399183
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/xorg-server/Makefile10
1 files 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