pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/pari



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 21:13:53 UTC 2017

Modified Files:
        pkgsrc/math/pari: Makefile

Log Message:
Uses termcap, not ncurses.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/math/pari/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/pari/Makefile
diff -u pkgsrc/math/pari/Makefile:1.70 pkgsrc/math/pari/Makefile:1.71
--- pkgsrc/math/pari/Makefile:1.70      Sat Jul  9 06:38:33 2016
+++ pkgsrc/math/pari/Makefile   Thu Jan  5 21:13:53 2017
@@ -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"



Home | Main Index | Thread Index | Old Index