diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-04-17 01:53:01 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-04-17 01:53:01 +0000 |
commit | a0bfd1d1ec086acb0fc7d6cd5cd975f34c38ccb8 (patch) | |
tree | cc6fc48254ca00a844b85da1ff0ce04337bdb6ce /math/py-Numeric/Makefile | |
parent | b1f3fae4599d147f3b4f7cd7f9449b2e6c7c44ae (diff) | |
download | pkgsrc-a0bfd1d1ec086acb0fc7d6cd5cd975f34c38ccb8.tar.gz |
Update for python 1.5.2
XXX Not updated to latest version. Need to decide if this pkg should be
removed in favor of a py-LLNL package, or what.
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index bb10118333e..7c1e7241d1b 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/12/18 00:42:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1999/04/17 01:53:01 tsarna Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/sigs/matrix-sig/ -DEPENDS+= python-1.5.1:../../lang/python +DEPENDS+= python-1.5.2:../../lang/python WRKSRC= ${WRKDIR}/LLNLPython4/Numerical ALL_TARGET= default |