summaryrefslogtreecommitdiff
path: root/net/nload
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 19:29:23 +0000
committerroy <roy@pkgsrc.org>2017-01-04 19:29:23 +0000
commiteda2a4cf2c5e41f81e09a0fcadeeee6dd1a47b82 (patch)
treec059794c55904c6d8fec6edb72461884620ea6bc /net/nload
parentb5613179b7f7ec441f84ba1a93a41e332f32e070 (diff)
downloadpkgsrc-eda2a4cf2c5e41f81e09a0fcadeeee6dd1a47b82.tar.gz
Use the curses framework.
Diffstat (limited to 'net/nload')
-rw-r--r--net/nload/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile
index e6f86bfd0e4..f663ea3b570 100644
--- a/net/nload/Makefile
+++ b/net/nload/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2016/12/18 23:33:11 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/04 19:29:23 roy Exp $
#
DISTNAME= nload-0.7.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/}
@@ -14,8 +14,9 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
MANCOMPRESSED= yes
GNU_CONFIGURE= yes
+FAKE_NCURSES= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"