diff options
author | tg <tg@FreeBSD.org> | 2002-01-15 20:32:05 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-01-15 20:32:05 +0800 |
commit | 37a0cfb5ca58de4a46fe9a195c0773617b0f5175 (patch) | |
tree | e7aed4df76c862a879413105d235af397fc2bc44 /math | |
parent | 82177090de3c2db4049bbaabd55c74063c073d84 (diff) | |
download | freebsd-ports-gnome-37a0cfb5ca58de4a46fe9a195c0773617b0f5175.tar.gz freebsd-ports-gnome-37a0cfb5ca58de4a46fe9a195c0773617b0f5175.tar.zst freebsd-ports-gnome-37a0cfb5ca58de4a46fe9a195c0773617b0f5175.zip |
Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's no
Python installed. Use the pre-fetch target instead.
Submitted by: Gregory Sutter <gsutter@zer0.org>
Diffstat (limited to 'math')
-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} |