aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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