pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/watch



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 21:41:39 UTC 2017

Modified Files:
        pkgsrc/misc/watch: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/watch/Makefile

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

Modified files:

Index: pkgsrc/misc/watch/Makefile
diff -u pkgsrc/misc/watch/Makefile:1.17 pkgsrc/misc/watch/Makefile:1.18
--- pkgsrc/misc/watch/Makefile:1.17     Tue Aug 18 07:31:14 2015
+++ pkgsrc/misc/watch/Makefile  Wed Jan  4 21:41:39 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/04 21:41:39 roy Exp $
 
 DISTNAME=      procps-3.2.6
 PKGNAME=       watch-3.2.6
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    misc
 MASTER_SITES=  http://procps.sourceforge.net/
 
@@ -12,6 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_BSD_MAKEFILE=      yes
 USE_TOOLS=             nroff
+FAKE_NCURSES=          yes
 
 MAKE_FILE=     ${FILESDIR}/Makefile
 MAKE_ENV+=     LIBS=${LIBS:Q}
@@ -21,5 +22,5 @@ USE_FEATURES+=        asprintf getopt_long
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index