svn commit: r204780 - stable/7/usr.sbin/pmcstat

Fabien Thomas fabient at FreeBSD.org
Fri Mar 5 22:53:31 UTC 2010


Author: fabient
Date: Fri Mar  5 22:53:31 2010
New Revision: 204780
URL: http://svn.freebsd.org/changeset/base/204780

Log:
  MFC 204329 partially:
  Fixed dependencies (make checkdpadd).

Modified:
  stable/7/usr.sbin/pmcstat/Makefile
Directory Properties:
  stable/7/usr.sbin/pmcstat/   (props changed)

Modified: stable/7/usr.sbin/pmcstat/Makefile
==============================================================================
--- stable/7/usr.sbin/pmcstat/Makefile	Fri Mar  5 22:52:41 2010	(r204779)
+++ stable/7/usr.sbin/pmcstat/Makefile	Fri Mar  5 22:53:31 2010	(r204780)
@@ -5,7 +5,7 @@
 PROG=	pmcstat
 MAN=	pmcstat.8
 
-DPADD=	${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM}
+DPADD=	${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} ${LIBNCURSES}
 LDADD=	-lelf -lkvm -lpmc -lm -lncurses
 
 WARNS?=	6


More information about the svn-src-stable mailing list