aboutsummaryrefslogtreecommitdiff
path: root/astro/weather/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/weather/Makefile')
-rw-r--r--astro/weather/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile
index 27a60e8b9d62..536bbaf340b6 100644
--- a/astro/weather/Makefile
+++ b/astro/weather/Makefile
@@ -27,7 +27,7 @@ python_CMD= ${PYTHON_CMD}
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 320
+.if ${PYTHON_REL} < 3200
PYCACHE_DIR= # empty
PYCACHE_FILE= ${PORTNAME}
.else