svn commit: r431333 - head/sysutils/u-boot-master
Adam Weinberger
adamw at FreeBSD.org
Fri Jan 13 00:59:30 UTC 2017
Author: adamw
Date: Fri Jan 13 00:59:29 2017
New Revision: 431333
URL: https://svnweb.freebsd.org/changeset/ports/431333
Log:
Fix INDEX.
Modified:
head/sysutils/u-boot-master/Makefile
Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile Thu Jan 12 23:32:32 2017 (r431332)
+++ head/sysutils/u-boot-master/Makefile Fri Jan 13 00:59:29 2017 (r431333)
@@ -18,7 +18,7 @@ BUILD_DEPENDS= arm-none-eabi-gcc:devel/a
gsed:textproc/gsed \
swig3.0:devel/swig30 \
python:lang/python2 \
- ${PREFIX}/bin/dtc:sysutil/dtc
+ ${PREFIX}/bin/dtc:sysutils/dtc
USES= gmake
More information about the svn-ports-all
mailing list