svn commit: r416366 - head/ports-mgmt/py-pytoport

Antoine Brodin antoine at FreeBSD.org
Sat Jun 4 15:48:56 UTC 2016


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>


More information about the svn-ports-head mailing list