aboutsummaryrefslogtreecommitdiffstats
path: root/math/numpy
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-01-21 19:44:57 +0800
committerasami <asami@FreeBSD.org>1998-01-21 19:44:57 +0800
commit9445ea6b03e7b25eac09bb68660a8314bb62ada1 (patch)
tree89a5631ec1bd69f6d1380256bb7863c2d3054346 /math/numpy
parent96f8e4020551c898662ebcd1791a98966edc6bb1 (diff)
downloadfreebsd-ports-gnome-9445ea6b03e7b25eac09bb68660a8314bb62ada1.tar.gz
freebsd-ports-gnome-9445ea6b03e7b25eac09bb68660a8314bb62ada1.tar.zst
freebsd-ports-gnome-9445ea6b03e7b25eac09bb68660a8314bb62ada1.zip
Mark these ports broken. They are not happy with python upgrades.
Diffstat (limited to 'math/numpy')
-rw-r--r--math/numpy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile
index 757915f284d2..5fad47e58350 100644
--- a/math/numpy/Makefile
+++ b/math/numpy/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}'