aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xen-tools
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-02-01 07:04:36 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2015-02-01 07:04:36 +0000
commitc061c44a55be06c872949c65c1b820398419881c (patch)
treef277128ed20f7f76beda868ef0a7f8a439750b2e /sysutils/xen-tools
parent924b98fff0a1124fec7c9cf6bf8d44d68168bbbe (diff)
downloadports-c061c44a55be06c872949c65c1b820398419881c.tar.gz
ports-c061c44a55be06c872949c65c1b820398419881c.zip
- use full path in DEPENDS
Notes
Notes: svn path=/head/; revision=378229
Diffstat (limited to 'sysutils/xen-tools')
-rw-r--r--sysutils/xen-tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile
index e197968ca417..f23c8c06742d 100644
--- a/sysutils/xen-tools/Makefile
+++ b/sysutils/xen-tools/Makefile
@@ -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