diff options
author | leot <leot@pkgsrc.org> | 2017-01-07 13:37:41 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-01-07 13:37:41 +0000 |
commit | 71c0bf95c5927c48366f1579c206abdc17c5461a (patch) | |
tree | 84a239bafdbbc30e2bd65378d8dacd676e3e3a0e /math | |
parent | b316a769bf3e7bf43747b134de16eb8b7ef9c1e1 (diff) | |
download | pkgsrc-71c0bf95c5927c48366f1579c206abdc17c5461a.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/Makefile | 4 |
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" |