svn commit: r396735 - head/comms/wsjt

Antoine Brodin antoine at FreeBSD.org
Sat Sep 12 08:14:17 UTC 2015


Author: antoine
Date: Sat Sep 12 08:14:16 2015
New Revision: 396735
URL: https://svnweb.freebsd.org/changeset/ports/396735

Log:
  Re-apply r396161
  Ignore on the package builders
  
  Reported by:	pkg-fallout

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sat Sep 12 08:02:10 2015	(r396734)
+++ head/comms/wsjt/Makefile	Sat Sep 12 08:14:16 2015	(r396735)
@@ -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>


More information about the svn-ports-all mailing list