diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-07-05 20:41:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-07-05 20:41:43 +0800 |
commit | fd8bae7b0daa8c8f9ce1dfbfd8c67f746ce9a427 (patch) | |
tree | f79ccd3cfd7a936385f67f14d93835b9ff20e2f5 /x11-servers | |
parent | 61e1567633ea8636db29d86ae1b51d4a4c23887c (diff) | |
download | freebsd-ports-gnome-fd8bae7b0daa8c8f9ce1dfbfd8c67f746ce9a427.tar.gz freebsd-ports-gnome-fd8bae7b0daa8c8f9ce1dfbfd8c67f746ce9a427.tar.zst freebsd-ports-gnome-fd8bae7b0daa8c8f9ce1dfbfd8c67f746ce9a427.zip |
x11-servers/xwayland: respect LOCALBASE
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 |