diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-26 16:47:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-26 16:47:02 +0000 |
commit | 1b85bc93327fe20e04dacd558e4b68b8e87cab40 (patch) | |
tree | 7229e877adf880a70b7dabb3af7fa6c66661b721 /astro/weather | |
parent | 95870264a95e112dd40286515a64b619d7529491 (diff) |
Notes
Diffstat (limited to 'astro/weather')
-rw-r--r-- | astro/weather/Makefile | 2 |
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 |