diff options
author | asami <asami@FreeBSD.org> | 1998-01-21 19:44:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-21 19:44:57 +0800 |
commit | 9445ea6b03e7b25eac09bb68660a8314bb62ada1 (patch) | |
tree | 89a5631ec1bd69f6d1380256bb7863c2d3054346 /math/numpy | |
parent | 96f8e4020551c898662ebcd1791a98966edc6bb1 (diff) | |
download | freebsd-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/Makefile | 4 |
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}' |