Date: Fri, 24 Jul 2015 23:20:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392849 - branches/2015Q3/multimedia/mps-youtube Message-ID: <201507242320.t6ONKaaw087077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jul 24 23:20:36 2015 New Revision: 392849 URL: https://svnweb.freebsd.org/changeset/ports/392849 Log: MFH: r392848 For now, ignore on the package builders when default python version is not 3.2+ Reported by: pkg-fallout Modified: branches/2015Q3/multimedia/mps-youtube/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/multimedia/mps-youtube/Makefile ============================================================================== --- branches/2015Q3/multimedia/mps-youtube/Makefile Fri Jul 24 23:19:08 2015 (r392848) +++ branches/2015Q3/multimedia/mps-youtube/Makefile Fri Jul 24 23:20:36 2015 (r392849) @@ -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?201507242320.t6ONKaaw087077>