diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-22 22:04:54 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-22 22:04:54 +0000 |
commit | 2cd1b3f4916cc1dc9661756a469777d77c31e174 (patch) | |
tree | c1f977094ad5f580351dada13bcb1cd9efd64b5b /math/p5-Math-Pari/Makefile | |
parent | c941156cf589273e8af8b699fef8032e7acb8772 (diff) | |
download | pkgsrc-2cd1b3f4916cc1dc9661756a469777d77c31e174.tar.gz |
Update to 2.010501 (in line with math/pari 2.1.5)
Changes since 2.001804:
Too many to list here, see file "Changes".
Diffstat (limited to 'math/p5-Math-Pari/Makefile')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 81fbf598218..d1e06581795 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,29 +1,30 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 16:57:14 martti Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/22 22:04:54 heinz Exp $ # -DISTNAME= Math-Pari-2.001804 +DISTNAME= Math-Pari-2.010501 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= # empty SVR4_PKGNAME= p5mpa CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org -#HOMEPAGE= +HOMEPAGE= http://search.cpan.org/dist/Math-Pari/ COMMENT= Perl5 interface to the pari math library -DEPENDS+= pari-[0-9]*:../../math/pari # XXX: to use or not to use... #DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot +GCC_REQD= 2.95 +MAKE_ENV+= MP_NOGNUPLOT=1 USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Pari/.packlist -TEST_TARGET= # the tests need looking at +#TEST_TARGET= # the tests need looking at # XXX: could be improved... post-extract: if [ ! -d ${_PKGSRCDIR}/math/pari/${WRKDIR_BASENAME} ]; then \ - cd ${_PKGSRCDIR}/math/pari && ${MAKE}; \ + cd ${_PKGSRCDIR}/math/pari && ${MAKE} configure; \ fi ${RM} -f ${WRKSRC}/pari-* ${LN} -sf ${_PKGSRCDIR}/math/pari/${WRKDIR_BASENAME}/pari-* ${WRKSRC}/ |