pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bmon



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 01:49:41 UTC 2017

Modified Files:
        pkgsrc/net/bmon: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/bmon/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/bmon/Makefile
diff -u pkgsrc/net/bmon/Makefile:1.17 pkgsrc/net/bmon/Makefile:1.18
--- pkgsrc/net/bmon/Makefile:1.17       Tue Nov  3 17:46:57 2015
+++ pkgsrc/net/bmon/Makefile    Wed Jan  4 01:49:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/11/03 17:46:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/04 01:49:41 roy Exp $
 #
 
 DISTNAME=      bmon-3.8
@@ -18,6 +18,6 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 
 .include "../../devel/confuse/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/fetch/github.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index