aboutsummaryrefslogtreecommitdiff
path: root/comms/wsjt/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-12 08:14:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-12 08:14:16 +0000
commitd9d9fbea8159bb6f9d9b0195b517df31819b70fd (patch)
tree0f66104b1dd4b76d6debb2606f906d5df6c7f152 /comms/wsjt/Makefile
parent2cdaf536fc443d03fbd321f03b7ae55fd6bbb8c9 (diff)
Notes
Diffstat (limited to 'comms/wsjt/Makefile')
-rw-r--r--comms/wsjt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index b8897695e706..3769c49773be 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -95,4 +95,8 @@ post-configure:
${REINPLACE_CMD} -e 's|f2py|f2py-${PYTHON_VER}|' \
${WRKSRC}/Makefile
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
+
.include <bsd.port.post.mk>