pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/pari Uses termcap, not ncurses.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c952d3daa63
branches: trunk
changeset: 356859:7c952d3daa63
user: roy <roy%pkgsrc.org@localhost>
date: Thu Jan 05 21:13:53 2017 +0000
description:
Uses termcap, not ncurses.
diffstat:
math/pari/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 5530a7436896 -r 7c952d3daa63 math/pari/Makefile
--- a/math/pari/Makefile Thu Jan 05 17:54:54 2017 +0000
+++ b/math/pari/Makefile Thu Jan 05 21:13:53 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2016/07/09 06:38:33 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2017/01/05 21:13:53 roy Exp $
DISTNAME= pari-2.7.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
@@ -48,7 +48,8 @@
.include "options.mk"
-.include "../../devel/ncurses/buildlink3.mk"
# rl_save_prompt()
.include "../../devel/readline/buildlink3.mk"
+# Links against termcap for readline
+.include "../../mk/termcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index