svn commit: r411239 - head/www/rtv

Tilman Keskinoz arved at FreeBSD.org
Wed Mar 16 16:06:23 UTC 2016


Author: arved
Date: Wed Mar 16 16:06:21 2016
New Revision: 411239
URL: https://svnweb.freebsd.org/changeset/ports/411239

Log:
  Disable PACKAGE_BUILDING. package building doesn't work with python != 2.7

Modified:
  head/www/rtv/Makefile

Modified: head/www/rtv/Makefile
==============================================================================
--- head/www/rtv/Makefile	Wed Mar 16 15:50:03 2016	(r411238)
+++ head/www/rtv/Makefile	Wed Mar 16 16:06:21 2016	(r411239)
@@ -22,4 +22,8 @@ GH_TAGNAME=	201ef8e
 USES=		tar:xz python:3.3+
 USE_PYTHON=	distutils autoplist
 
+.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.mk>


More information about the svn-ports-head mailing list