aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-09-05 16:20:49 +0800
committerantoine <antoine@FreeBSD.org>2015-09-05 16:20:49 +0800
commit926b0bfb2b35a955465e91e054de8d1e1ee9b651 (patch)
treeaf905f8a1166799d3f16bc4da54a2f889c495edc /comms
parentd44d59632dd59fe358a6b7fe6e5a993be0551b50 (diff)
downloadfreebsd-ports-gnome-926b0bfb2b35a955465e91e054de8d1e1ee9b651.tar.gz
freebsd-ports-gnome-926b0bfb2b35a955465e91e054de8d1e1ee9b651.tar.zst
freebsd-ports-gnome-926b0bfb2b35a955465e91e054de8d1e1ee9b651.zip
Ignore on the package builders
Reported by: pkg-fallout
Diffstat (limited to 'comms')
-rw-r--r--comms/wsjt/Makefile4
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>