Date: Sat, 4 Jun 2016 15:48:55 +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: r416366 - head/ports-mgmt/py-pytoport Message-ID: <201606041548.u54FmtMT020417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jun 4 15:48:55 2016 New Revision: 416366 URL: https://svnweb.freebsd.org/changeset/ports/416366 Log: Ignore on the package builders Reported by: pkg-fallout Modified: head/ports-mgmt/py-pytoport/Makefile Modified: head/ports-mgmt/py-pytoport/Makefile ============================================================================== --- head/ports-mgmt/py-pytoport/Makefile Sat Jun 4 15:48:25 2016 (r416365) +++ head/ports-mgmt/py-pytoport/Makefile Sat Jun 4 15:48:55 2016 (r416366) @@ -23,4 +23,10 @@ USES= python:3.3+ USE_GITHUB= yes USE_PYTHON= autoplist distutils -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.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?201606041548.u54FmtMT020417>