pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ttyplot



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:21:51 UTC 2021

Modified Files:
        pkgsrc/sysutils/ttyplot: Makefile

Log Message:
ttyplot: needs curses


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/ttyplot/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ttyplot/Makefile
diff -u pkgsrc/sysutils/ttyplot/Makefile:1.1 pkgsrc/sysutils/ttyplot/Makefile:1.2
--- pkgsrc/sysutils/ttyplot/Makefile:1.1        Thu Aug 15 08:43:47 2019
+++ pkgsrc/sysutils/ttyplot/Makefile    Fri May 14 11:21:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/15 08:43:47 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/14 11:21:51 nia Exp $
 
 DISTNAME=      ttyplot-1.4
 CATEGORIES=    sysutils
@@ -25,4 +25,5 @@ do-install:
        ${RUN}${INSTALL_PROGRAM} ${WRKSRC}/ttyplot ${DESTDIR}${PREFIX}/bin
        ${RUN}${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index