summaryrefslogtreecommitdiff
path: root/math/p5-Math-Pari
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-12 18:19:40 +0000
committersno <sno@pkgsrc.org>2010-02-12 18:19:40 +0000
commit4ce1896872523cd16ab11e0333299e3db51f3ddc (patch)
tree32d5582b6ebe0aa9c6b8291b3ffbe5fceeecec11 /math/p5-Math-Pari
parent12a2adcda7aa663c0fbf29b873f7994f4ffad0e2 (diff)
downloadpkgsrc-4ce1896872523cd16ab11e0333299e3db51f3ddc.tar.gz
Bumping revision to force rebuild after missing declaration has been fixed
in math/pari.
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r--math/p5-Math-Pari/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 4321062627a..78be6c0c6cc 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2010/02/06 10:52:37 sno Exp $
+# $NetBSD: Makefile,v 1.37 2010/02/12 18:19:40 sno Exp $
#
DISTNAME= Math-Pari-2.01080603
PKGNAME= p5-${DISTNAME:S/01080603/010806.03/}
-#PKGREVISION= 2
+PKGREVISION= 1
SVR4_PKGNAME= p5mpa
CATEGORIES+= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -32,6 +32,7 @@ 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"
MAKE_PARAMS+= libpari=${PARI_LIB}
.if !empty(PKG_BUILD_OPTIONS.pari:Mgmp)