pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/sysmon needs curses & pthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e6064b14e4a
branches:  trunk
changeset: 648586:8e6064b14e4a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 18:23:46 2015 +0000

description:
needs curses & pthreads

diffstat:

 net/sysmon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r fa3646d75ed4 -r 8e6064b14e4a net/sysmon/Makefile
--- a/net/sysmon/Makefile       Sun Mar 15 18:22:11 2015 +0000
+++ b/net/sysmon/Makefile       Sun Mar 15 18:23:46 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/02/12 23:18:26 tron Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/15 18:23:46 tnn Exp $
 #
 
 DISTNAME=              sysmon-0.92.2
@@ -45,4 +45,6 @@
                        ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/sysmon.8
 
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index