svn commit: r274144 - head/lib

Ian Lepore ian at FreeBSD.org
Wed Nov 5 20:28:14 UTC 2014


On Wed, 2014-11-05 at 19:54 +0000, Devin Teske wrote:
> Author: dteske
> Date: Wed Nov  5 19:54:14 2014
> New Revision: 274144
> URL: https://svnweb.freebsd.org/changeset/base/274144
> 
> Log:
>   Fix code-typo; introduced by r267511
>   
>   MFC after:	3 days
>   X-MFC-to:	stable/10
> 

Pointy hat to:  ian

-- Ian

> Modified:
>   head/lib/Makefile
> 
> Modified: head/lib/Makefile
> ==============================================================================
> --- head/lib/Makefile	Wed Nov  5 16:38:57 2014	(r274143)
> +++ head/lib/Makefile	Wed Nov  5 19:54:14 2014	(r274144)
> @@ -130,7 +130,7 @@ SUBDIR_DEPEND_libcam= libsbuf
>  SUBDIR_DEPEND_libcapsicum= libnv
>  SUBDIR_DEPEND_libcasper= libcapsicum libnv libpjdlog
>  SUBDIR_DEPEND_libdevstat= libkvm
> -SUBDIR_DEPEND_libdiaglog= ncurses
> +SUBDIR_DEPEND_libdialog= ncurses
>  SUBDIR_DEPEND_libedit= ncurses
>  SUBDIR_DEPEND_libg++= msun
>  SUBDIR_DEPEND_libgeom= libexpat libsbuf
> 




More information about the svn-src-all mailing list