diff options
author | roy <roy> | 2017-01-03 18:00:19 +0000 |
---|---|---|
committer | roy <roy> | 2017-01-03 18:00:19 +0000 |
commit | 9e03eb67dc44048a5e20ccea57d230bf2347acf7 (patch) | |
tree | 395d3d45a77f4c08ed5dc08b557d7676318715d3 /net | |
parent | a44ae832ca0a91267c7ff2ebd7273e0d49a1e64a (diff) | |
download | pkgsrc-9e03eb67dc44048a5e20ccea57d230bf2347acf7.tar.gz |
chrony does not use curses.
Diffstat (limited to 'net')
-rw-r--r-- | net/chrony/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index a0fe3737023..8044be20ca8 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2015/10/08 09:47:33 sborrill Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/03 18:00:19 roy Exp $ DISTNAME= chrony-1.31.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ @@ -38,5 +38,4 @@ post-install: done .include "../../mk/readline.buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |