diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-12 16:14:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-12 16:14:16 +0800 |
commit | 620bfc0256b2acffbb058fd654046977dc5a3fa9 (patch) | |
tree | 0f66104b1dd4b76d6debb2606f906d5df6c7f152 /comms | |
parent | 1ddf1a6328be49a7a25c62cf658e0fe47b8b9e04 (diff) | |
download | freebsd-ports-gnome-620bfc0256b2acffbb058fd654046977dc5a3fa9.tar.gz freebsd-ports-gnome-620bfc0256b2acffbb058fd654046977dc5a3fa9.tar.zst freebsd-ports-gnome-620bfc0256b2acffbb058fd654046977dc5a3fa9.zip |
Re-apply r396161
Ignore on the package builders
Reported by: pkg-fallout
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 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> |