Date: Fri, 13 Jan 2017 00:59:29 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431333 - head/sysutils/u-boot-master Message-ID: <201701130059.v0D0xTAl060886@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701130059.v0D0xTAl060886>