Date: Fri, 24 Jul 2015 23:19:09 +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: r392848 - head/multimedia/mps-youtube Message-ID: <201507242319.t6ONJ9N1084993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jul 24 23:19:08 2015 New Revision: 392848 URL: https://svnweb.freebsd.org/changeset/ports/392848 Log: For now, ignore on the package builders when default python version is not 3.2+ Reported by: pkg-fallout Modified: head/multimedia/mps-youtube/Makefile Modified: head/multimedia/mps-youtube/Makefile ============================================================================== --- head/multimedia/mps-youtube/Makefile Fri Jul 24 22:20:08 2015 (r392847) +++ head/multimedia/mps-youtube/Makefile Fri Jul 24 23:19:08 2015 (r392848) @@ -45,4 +45,10 @@ USE_PYTHON= autoplist distutils post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} -.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?201507242319.t6ONJ9N1084993>