aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-01-15 20:32:05 +0800
committertg <tg@FreeBSD.org>2002-01-15 20:32:05 +0800
commit37a0cfb5ca58de4a46fe9a195c0773617b0f5175 (patch)
treee7aed4df76c862a879413105d235af397fc2bc44
parent82177090de3c2db4049bbaabd55c74063c073d84 (diff)
downloadfreebsd-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>
-rw-r--r--math/py-numeric/Makefile2
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}