diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-01-21 11:44:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-01-21 11:44:57 +0000 |
commit | a0ab4c4f5f3b984d74c0622236568a159cb69d91 (patch) | |
tree | cefad785d8594b4464955985bf1058321e7d5ef9 /math/py-numeric17 | |
parent | 5cf8a2bf82a08f386028e426fe257b73ae785af2 (diff) | |
download | ports-a0ab4c4f5f3b984d74c0622236568a159cb69d91.tar.gz ports-a0ab4c4f5f3b984d74c0622236568a159cb69d91.zip |
Notes
Diffstat (limited to 'math/py-numeric17')
-rw-r--r-- | math/py-numeric17/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 757915f284d2..5fad47e58350 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/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}' |