svn commit: r396161 - head/comms/wsjt

Antoine Brodin antoine at FreeBSD.org
Sat Sep 5 08:20:50 UTC 2015


Author: antoine
Date: Sat Sep  5 08:20:49 2015
New Revision: 396161
URL: https://svnweb.freebsd.org/changeset/ports/396161

Log:
  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  5 08:07:48 2015	(r396160)
+++ head/comms/wsjt/Makefile	Sat Sep  5 08:20:49 2015	(r396161)
@@ -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>


More information about the svn-ports-head mailing list