diff options
-rw-r--r-- | comms/wsjt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index d80bfb3541a7..e93797c64969 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -98,4 +98,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> |