summaryrefslogtreecommitdiff
path: root/math/p5-Math-Pari/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-Pari/Makefile')
-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"