Date: Mon, 10 Oct 2016 21:12:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r307007 - projects/doctools Message-ID: <201610102112.u9ALCuJC076142@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Oct 10 21:12:56 2016 New Revision: 307007 URL: https://svnweb.freebsd.org/changeset/base/307007 Log: add col(1) to the bootstrap tools it is needed by heirloom doctools and we will use the version we have already in base Modified: projects/doctools/Makefile.inc1 Modified: projects/doctools/Makefile.inc1 ============================================================================== --- projects/doctools/Makefile.inc1 Mon Oct 10 20:51:04 2016 (r307006) +++ projects/doctools/Makefile.inc1 Mon Oct 10 21:12:56 2016 (r307007) @@ -1584,7 +1584,8 @@ _gperf= gnu/usr.bin/gperf .if ${MK_SHAREDOCS} != "no" || ${MK_DOCTOOLS} != "no" _doctools= cddl/usr.bin/doctools \ - usr.bin/soelim + usr.bin/soelim \ + usr.bin/col .endif .if ${MK_VT} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610102112.u9ALCuJC076142>