Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2015 08:20:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396161 - head/comms/wsjt
Message-ID:  <201509050820.t858KouV037759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509050820.t858KouV037759>