summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-03-03 13:26:02 +0000
committerwiz <wiz@pkgsrc.org>2016-03-03 13:26:02 +0000
commit78d77d54dc72440c3bde84483bc9fcbbc0e472a7 (patch)
tree7ecd4a59d4fad96840458a0c8b8d12e47e1c10a9 /math
parent9e7504ac1ec1163de67fd5d806b691fe2b552583 (diff)
downloadpkgsrc-78d77d54dc72440c3bde84483bc9fcbbc0e472a7.tar.gz
Switch p5-Math-Pari to pari23, it's not ready for a newer pari.
Upstream bug report filed, but no replies for over two months: https://rt.cpan.org/Ticket/Display.html?id=110751
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Pari/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 605220b751b..1adbd680d46 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2015/12/29 23:21:11 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2016/03/03 13:26:02 wiz Exp $
DISTNAME= Math-Pari-2.010808
PKGNAME= p5-${DISTNAME}
@@ -24,8 +24,8 @@ PERL5_PACKLIST= auto/Math/Pari/.packlist
post-extract:
${RM} ${WRKSRC}/libPARI/Makefile.PL
-BUILDLINK_API_DEPENDS.pari+= pari>=2.3.5nb1
-.include "../../math/pari/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pari+= pari>=2.3.5nb1<2.4
+.include "../../math/pari23/buildlink3.mk"
MAKE_PARAMS+= libpari=${PARI_LIB}
.if !empty(PKG_BUILD_OPTIONS.pari:Mgmp)
MAKE_PARAMS+= addlibs="-lgmp"