diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-15 12:32:05 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-15 12:32:05 +0000 |
commit | 91a75a62a49f16dc0403254020289b69975ebb09 (patch) | |
tree | 8c93d237d659b6767d1d09f96410fae491bd331b /math/py-numeric | |
parent | 5753bc590fc45bc932cfe42e05fb70e0e4f41f25 (diff) | |
download | ports-91a75a62a49f16dc0403254020289b69975ebb09.tar.gz ports-91a75a62a49f16dc0403254020289b69975ebb09.zip |
Notes
Diffstat (limited to 'math/py-numeric')
-rw-r--r-- | math/py-numeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 11e8e0c79728..5a04592903ee 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -24,8 +24,8 @@ EXAMPLEDIR= ${PREFIX}/share/examples/py-numeric .include <bsd.port.pre.mk> +pre-fetch: .if ${PYTHON_REL} < 200 -.BEGIN: @${ECHO} "Py-numeric doesn't work with Python versions < 2.0." @${ECHO} "Please use the py-numeric17 port for these." @${FALSE} |