Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 19:54:15 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274144 - head/lib
Message-ID:  <201411051954.sA5JsFZJ059314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411051954.sA5JsFZJ059314>