diff options
Diffstat (limited to 'net/nload/Makefile')
-rw-r--r-- | net/nload/Makefile | 7 |
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" |