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 | f2891c398ada07a1c86631749d875c34c78196f5 (patch) | |
tree | a7f822a18346a6029710cb1ba8e15b9759038ccf /net | |
parent | 08e90f93202cf4557d07f43d2706cb177776370c (diff) | |
download | pkgsrc-f2891c398ada07a1c86631749d875c34c78196f5.tar.gz |
needs curses & pthreads
Diffstat (limited to 'net')
-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" |