diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-13 09:26:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-13 09:26:46 +0000 |
commit | 3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c (patch) | |
tree | 31cadf82362f58f3fde252c518c7e28459d260d8 /x11-servers/xorg-server/Makefile | |
parent | dc0aafdaa76d366dc7ac9d5547a6772ae9f1ed44 (diff) | |
download | ports-3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c.tar.gz ports-3ad2ea6e69640b1dd03b0b31b50230a58fb49c9c.zip |
Unbreak INDEX
Notes
Notes:
svn path=/head/; revision=399183
Diffstat (limited to 'x11-servers/xorg-server/Makefile')
-rw-r--r-- | x11-servers/xorg-server/Makefile | 10 |
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 |