svn commit: r432415 - head/x11-servers/wayland
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jan 25 12:12:41 UTC 2017
Author: bapt
Date: Wed Jan 25 12:12:40 2017
New Revision: 432415
URL: https://svnweb.freebsd.org/changeset/ports/432415
Log:
Use localbase instead of prefix
Reported by: mat
Modified:
head/x11-servers/wayland/Makefile
Modified: head/x11-servers/wayland/Makefile
==============================================================================
--- head/x11-servers/wayland/Makefile Wed Jan 25 10:05:54 2017 (r432414)
+++ head/x11-servers/wayland/Makefile Wed Jan 25 12:12:40 2017 (r432415)
@@ -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
More information about the svn-ports-all
mailing list