summaryrefslogtreecommitdiff
path: root/math/py-numeric
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-01-21 11:44:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-01-21 11:44:57 +0000
commita0ab4c4f5f3b984d74c0622236568a159cb69d91 (patch)
treecefad785d8594b4464955985bf1058321e7d5ef9 /math/py-numeric
parentturn on nat (diff)
Mark these ports broken. They are not happy with python upgrades.
Notes
Notes: svn path=/head/; revision=9396
Diffstat (limited to 'math/py-numeric')
-rw-r--r--math/py-numeric/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile
index 757915f284d2..5fad47e58350 100644
--- a/math/py-numeric/Makefile
+++ b/math/py-numeric/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1997/05/05 12:27:10 tg Exp $
+# $Id: Makefile,v 1.3 1997/05/14 07:38:50 tg Exp $
#
DISTNAME= NumPy
@@ -19,6 +19,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= lapack\\.2\\.:${PORTSDIR}/math/lapack \
ranlib\\.1\\.:${PORTSDIR}/math/libranlib
+BROKEN= python upgrade
+
ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}'