pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ttyplot ttyplot: needs curses
details: https://anonhg.NetBSD.org/pkgsrc/rev/45fa64f4c736
branches: trunk
changeset: 452657:45fa64f4c736
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 14 11:21:51 2021 +0000
description:
ttyplot: needs curses
diffstat:
sysutils/ttyplot/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 8ec4dde9697e -r 45fa64f4c736 sysutils/ttyplot/Makefile
--- a/sysutils/ttyplot/Makefile Fri May 14 11:21:07 2021 +0000
+++ b/sysutils/ttyplot/Makefile Fri May 14 11:21:51 2021 +0000
@@ -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 @@
${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