pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nload
Module Name: pkgsrc
Committed By: roy
Date: Wed Jan 4 19:29:23 UTC 2017
Modified Files:
pkgsrc/net/nload: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/nload/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/nload/Makefile
diff -u pkgsrc/net/nload/Makefile:1.9 pkgsrc/net/nload/Makefile:1.10
--- pkgsrc/net/nload/Makefile:1.9 Sun Dec 18 23:33:11 2016
+++ pkgsrc/net/nload/Makefile Wed Jan 4 19:29:23 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index