diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-07-05 12:41:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-07-05 12:41:43 +0000 |
commit | fe62e6c2dfffcffbb6dcd693504a1f8f44600597 (patch) | |
tree | f79ccd3cfd7a936385f67f14d93835b9ff20e2f5 /x11-servers | |
parent | 47d0cbff54b8aa4cf66f04adf7369fccb679a463 (diff) |
x11-servers/xwayland: respect LOCALBASE
Notes
Notes:
svn path=/head/; revision=445075
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xwayland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index 5a83d704dba0..4f6ab1879390 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -7,7 +7,7 @@ COMMENT= X Clients under Wayland LICENSE= MIT -BUILD_DEPENDS= /usr/local/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libinput.so:x11/libinput |