From 37a0cfb5ca58de4a46fe9a195c0773617b0f5175 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 15 Jan 2002 12:32:05 +0000 Subject: 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 --- math/py-numeric/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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 +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} -- cgit