diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 18:23:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 18:23:46 +0000 |
commit | f6fc15920c1e32d99d8cf9e76a3b7276c67c18e2 (patch) | |
tree | a7f822a18346a6029710cb1ba8e15b9759038ccf | |
parent | 0630d3708f51594da243edf5a382d96277a95aa2 (diff) | |
download | pkgsrc-f6fc15920c1e32d99d8cf9e76a3b7276c67c18e2.tar.gz |
needs curses & pthreads
-rw-r--r-- | net/sysmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sysmon/Makefile b/net/sysmon/Makefile index a6ae191f305..0cdb1736a0a 100644 --- a/net/sysmon/Makefile +++ b/net/sysmon/Makefile @@ -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 @@ post-install: ${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" |