diff options
author | roy <roy@pkgsrc.org> | 2017-01-05 21:13:53 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-05 21:13:53 +0000 |
commit | 00a083facefdc7e829222c947a714affad3f5af2 (patch) | |
tree | 580fd1798dfea71aa28293bd81fdef78603559e8 /math | |
parent | 0f07e3ae1fcb66ac6b65a124a9fbf83b17f79a34 (diff) | |
download | pkgsrc-00a083facefdc7e829222c947a714affad3f5af2.tar.gz |
Uses termcap, not ncurses.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 7 |
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" |