summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-05 21:13:53 +0000
committerroy <roy@pkgsrc.org>2017-01-05 21:13:53 +0000
commit00a083facefdc7e829222c947a714affad3f5af2 (patch)
tree580fd1798dfea71aa28293bd81fdef78603559e8 /math/pari
parent0f07e3ae1fcb66ac6b65a124a9fbf83b17f79a34 (diff)
downloadpkgsrc-00a083facefdc7e829222c947a714affad3f5af2.tar.gz
Uses termcap, not ncurses.
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 69cbd542e5f..a3b52884d14 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -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 @@ pre-install: replace-interpreter
.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"