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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to