svn commit: r445075 - head/x11-servers/xwayland

Jan Beich jbeich at FreeBSD.org
Wed Jul 5 12:41:44 UTC 2017


Author: jbeich
Date: Wed Jul  5 12:41:43 2017
New Revision: 445075
URL: https://svnweb.freebsd.org/changeset/ports/445075

Log:
  x11-servers/xwayland: respect LOCALBASE

Modified:
  head/x11-servers/xwayland/Makefile   (contents, props changed)

Modified: head/x11-servers/xwayland/Makefile
==============================================================================
--- head/x11-servers/xwayland/Makefile	Wed Jul  5 11:58:13 2017	(r445074)
+++ head/x11-servers/xwayland/Makefile	Wed Jul  5 12:41:43 2017	(r445075)
@@ -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
 


More information about the svn-ports-all mailing list