aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-05-26 16:47:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-05-26 16:47:02 +0000
commit1b85bc93327fe20e04dacd558e4b68b8e87cab40 (patch)
tree7229e877adf880a70b7dabb3af7fa6c66661b721 /astro
parent95870264a95e112dd40286515a64b619d7529491 (diff)
downloadports-1b85bc93327fe20e04dacd558e4b68b8e87cab40.tar.gz
ports-1b85bc93327fe20e04dacd558e4b68b8e87cab40.zip
Notes
Diffstat (limited to 'astro')
-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