diff options
author | tsarna <tsarna> | 1998-09-27 22:24:43 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-09-27 22:24:43 +0000 |
commit | 0b6d71d3ce1b3f5e73dd1855a4a7d62b5bc484c6 (patch) | |
tree | e1fa016e7c1e54ff7b4407bc51d931bd2864f117 /math | |
parent | 0b5f2863b9e2ea64accfa318411f14c4c9350d5c (diff) | |
download | pkgsrc-0b6d71d3ce1b3f5e73dd1855a4a7d62b5bc484c6.tar.gz |
Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for
the 1.3.3 tag to be on the safe side :-(
Diffstat (limited to 'math')
-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 47e54357564..d159a8910ca 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/09/27 22:07:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 1998/09/27 22:24:44 tsarna Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.python.org/sigs/matrix-sig/ DEPENDS+= python-1.5.1:../../lang/python -NOT_FOR_ARHCS= alpha +NOT_FOR_ARHCS= alpha # broken, needs investigation WRKSRC= ${WRKDIR}/LLNLPython4/Numerical ALL_TARGET= default |