Date: Sat, 18 Oct 2014 14:46:42 +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: r371131 - head/comms/wspr Message-ID: <201410181446.s9IEkgpO079857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 18 14:46:42 2014 New Revision: 371131 URL: https://svnweb.freebsd.org/changeset/ports/371131 QAT: https://qat.redports.org/buildarchive/r371131/ Log: Ignore on the package builders when the default version of python is different from the requested one Reported by: pkg-fallout Modified: head/comms/wspr/Makefile Modified: head/comms/wspr/Makefile ============================================================================== --- head/comms/wspr/Makefile Sat Oct 18 14:45:35 2014 (r371130) +++ head/comms/wspr/Makefile Sat Oct 18 14:46:42 2014 (r371131) @@ -58,4 +58,8 @@ do-fetch: .endif .endif +.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?201410181446.s9IEkgpO079857>