summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorroy <roy>2017-01-05 21:13:53 +0000
committerroy <roy>2017-01-05 21:13:53 +0000
commit5d354424525d39dcd20a1c136396b858b087ded9 (patch)
treea69c81d808a7039505ed3ea1d2f62be89cf4a22d /math/pari
parent21efd1045a978f358c570db7ab37b5442c8d3b8a (diff)
downloadpkgsrc-5d354424525d39dcd20a1c136396b858b087ded9.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"