pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apachetop



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 14:53:02 UTC 2017

Modified Files:
        pkgsrc/www/apachetop: Makefile

Log Message:
Use curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/apachetop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/apachetop/Makefile
diff -u pkgsrc/www/apachetop/Makefile:1.18 pkgsrc/www/apachetop/Makefile:1.19
--- pkgsrc/www/apachetop/Makefile:1.18  Tue Sep  8 11:57:50 2015
+++ pkgsrc/www/apachetop/Makefile       Wed Jan  4 14:53:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/09/08 11:57:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/04 14:53:02 roy Exp $
 #
 
 DISTNAME=      apachetop-0.12.5
@@ -14,7 +14,7 @@ GNU_CONFIGURE=                YES
 CONFIGURE_ARGS+=       --with-logfile=${VARBASE}/log/httpd/access_log
 USE_LANGUAGES=         c c++
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index