aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-25 12:12:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-25 12:12:40 +0000
commitb5089c5725e70a2f6d7e3b345f9d1cf9dea63bcb (patch)
tree957e9b0690e53fc0e5167f2f0fa6376c1d8a2392 /x11-servers
parent4ce4d072d78cb0024af47829ffb8250612d108c7 (diff)
downloadports-b5089c5725e70a2f6d7e3b345f9d1cf9dea63bcb.tar.gz
ports-b5089c5725e70a2f6d7e3b345f9d1cf9dea63bcb.zip
Use localbase instead of prefix
Reported by: mat
Notes
Notes: svn path=/head/; revision=432415
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/wayland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/wayland/Makefile b/x11-servers/wayland/Makefile
index 37193447c609..6935f5785a1f 100644
--- a/x11-servers/wayland/Makefile
+++ b/x11-servers/wayland/Makefile
@@ -33,7 +33,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libffi.so:devel/libffi \
libepoll-shim.so:devel/libepoll-shim
-CFLAGS+= "-I${PREFIX}/include/libepoll-shim"
+CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim"
WITH_DEBUG= 1