Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 07:04:36 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378229 - head/sysutils/xen-tools
Message-ID:  <201502010704.t1174age082281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Feb  1 07:04:36 2015
New Revision: 378229
URL: https://svnweb.freebsd.org/changeset/ports/378229
QAT: https://qat.redports.org/buildarchive/r378229/

Log:
  - use full path in DEPENDS

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Sat Jan 31 23:32:50 2015	(r378228)
+++ head/sysutils/xen-tools/Makefile	Sun Feb  1 07:04:36 2015	(r378229)
@@ -13,9 +13,9 @@ COMMENT=	Xen tools within FreeBSD domU
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/
 DISTFILES=	xen-${PORTVERSION}.tar.gz
 
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \
-		lib/ibyajl.so:${PORTSDIR}/devel/yajl
+BUILD_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
+		${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \
+		${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl
 
 USES=		gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig
 USE_PERL5=	build



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