summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-01-07 13:37:41 +0000
committerleot <leot@pkgsrc.org>2017-01-07 13:37:41 +0000
commitc7ea1f93b886c495ac8046f2e33216cb2a1ee77a (patch)
tree75a1e5bd2ec93e8b5c1429df803d7ba5064bb639 /math
parent59c9a5b60717e0d4aad6c5e0a07afadad609c390 (diff)
downloadpkgsrc-c7ea1f93b886c495ac8046f2e33216cb2a1ee77a.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')
-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"