diff options
author | tsarna <tsarna> | 1998-12-18 00:42:39 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-12-18 00:42:39 +0000 |
commit | 076ca18b6ac92726cc47857b14e39f3e02c4209f (patch) | |
tree | deeb6c624930fcca28bf085b459605c77d72a842 /math | |
parent | 9eee0765adcd242e801e45641c232a2d16390db4 (diff) | |
download | pkgsrc-076ca18b6ac92726cc47857b14e39f3e02c4209f.tar.gz |
Re-enable on alpha
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index d159a8910ca..bb10118333e 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/09/27 22:24:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/18 00:42:40 tsarna Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.python.org/sigs/matrix-sig/ DEPENDS+= python-1.5.1:../../lang/python -NOT_FOR_ARHCS= alpha # broken, needs investigation - WRKSRC= ${WRKDIR}/LLNLPython4/Numerical ALL_TARGET= default MAKE_FLAGS= 'OPT=${CFLAGS}' |