diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-22 02:19:50 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-22 02:19:50 +0000 |
commit | 290a1893787bbf183e3c07149252c183df208cd9 (patch) | |
tree | 53a906ecb7e0e73fc5a0b2231b6acf221b6ccc4d /math/pari/Makefile | |
parent | fa4494be578769fd2bb356c1f8ece27fcd2a8788 (diff) | |
download | pkgsrc-290a1893787bbf183e3c07149252c183df208cd9.tar.gz |
Changed patch for "Configure" in order to accept LDFLAGS from the pkgsrc
build environment. This made the package build with xpkgwedge.
Bump revision to 2.
HOMEPAGE and MASTERSITES have changed.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index cbc5716b772..69f43268f80 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.19 2003/12/30 17:27:31 cjep Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/22 02:19:50 heinz Exp $ DISTNAME= pari-2.1.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math -MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \ - http://www.gn-50uma.de/ftp/pari-2.1/ +MASTER_SITES= http://pari.math.u-bordeaux.fr/download/ \ + ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.parigp-home.de/ +HOMEPAGE= http://pari.math.u-bordeaux.fr/ COMMENT= Software package for computer-aided number theory BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX |