diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-05 08:20:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-05 08:20:49 +0000 |
commit | b95b3730b56069e88d9f89436b425c5d6a5fb934 (patch) | |
tree | af905f8a1166799d3f16bc4da54a2f889c495edc /comms | |
parent | 5b2417985e1a5b4e22064466618ee81a9fd48ac6 (diff) |
Notes
Diffstat (limited to 'comms')
-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> |