summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorleot <leot>2017-01-07 13:37:41 +0000
committerleot <leot>2017-01-07 13:37:41 +0000
commit85ca47d51e6dce0ab6c0a7dbe5f44c507fc6cb58 (patch)
tree75a1e5bd2ec93e8b5c1429df803d7ba5064bb639 /math/pari
parent3a9064c854a97877de67c5fbb00565fd53c0f895 (diff)
downloadpkgsrc-85ca47d51e6dce0ab6c0a7dbe5f44c507fc6cb58.tar.gz
termcap bl3 logic is already handled in devel/readline (pointed out by a typo in
it) Discussed with <roy>
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index a3b52884d14..786f655fd0a 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2017/01/05 21:13:53 roy Exp $
+# $NetBSD: Makefile,v 1.72 2017/01/07 13:37:41 leot Exp $
DISTNAME= pari-2.7.6
PKGREVISION= 2
@@ -50,6 +50,4 @@ pre-install: replace-interpreter
# rl_save_prompt()
.include "../../devel/readline/buildlink3.mk"
-# Links against termcap for readline
-.include "../../mk/termcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"