diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 08:37:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 08:37:11 +0000 |
commit | 654b5bc829dfcb1c87affb3778abfa81efaae173 (patch) | |
tree | 2709fd9d185ff5989e282ba61be27421b870a611 /sysutils/u-boot-master/Makefile | |
parent | ab00e8864e64bffdc3f62d013325f992dcf05a04 (diff) | |
download | ports-654b5bc829dfcb1c87affb3778abfa81efaae173.tar.gz ports-654b5bc829dfcb1c87affb3778abfa81efaae173.zip |
Notes
Diffstat (limited to 'sysutils/u-boot-master/Makefile')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 2 |
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 |