diff options
author | tsarna <tsarna> | 1999-04-17 01:53:01 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1999-04-17 01:53:01 +0000 |
commit | ad04f46f203cf7c7e478ce7728e8a83e5bdf05f7 (patch) | |
tree | cc6fc48254ca00a844b85da1ff0ce04337bdb6ce /math/py-Numeric/Makefile | |
parent | 413e431bc9536a1b51fbc0380c6fba853fc5d59a (diff) | |
download | pkgsrc-ad04f46f203cf7c7e478ce7728e8a83e5bdf05f7.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 |