summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot>2017-01-07 13:37:41 +0000
committerleot <leot>2017-01-07 13:37:41 +0000
commit834ccfb48b29885a94f22d76312c374dcfffe867 (patch)
tree75a1e5bd2ec93e8b5c1429df803d7ba5064bb639
parentcae7699e9a623512c344a88b1342ed2755cf715c (diff)
downloadpkgsrc-834ccfb48b29885a94f22d76312c374dcfffe867.tar.gz
termcap bl3 logic is already handled in devel/readline (pointed out by a typo in
it) Discussed with <roy>
-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"