Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2017 12:41:43 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445075 - head/x11-servers/xwayland
Message-ID:  <201707051241.v65CfhXC096656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707051241.v65CfhXC096656>