aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-13 16:37:11 +0800
committermat <mat@FreeBSD.org>2017-01-13 16:37:11 +0800
commitb7fc91c1d965e08431350a277a849d20f826345f (patch)
tree2709fd9d185ff5989e282ba61be27421b870a611 /sysutils
parentf15ea71f7d69d95e7cf49b45c6cd6a432ef97c11 (diff)
downloadfreebsd-ports-gnome-b7fc91c1d965e08431350a277a849d20f826345f.tar.gz
freebsd-ports-gnome-b7fc91c1d965e08431350a277a849d20f826345f.tar.zst
freebsd-ports-gnome-b7fc91c1d965e08431350a277a849d20f826345f.zip
dependencies are installed in LOCALBASE, so PREFIX/bin/dtc will never exist
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 4ce96a4d3854..ef97350010d1 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc \
gsed:textproc/gsed \
swig3.0:devel/swig30 \
python:lang/python2 \
- ${PREFIX}/bin/dtc:sysutils/dtc
+ ${LOCALBASE}/bin/dtc:sysutils/dtc
USES= gmake