svn commit: r392849 - branches/2015Q3/multimedia/mps-youtube
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 24 23:20:37 UTC 2015
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>
More information about the svn-ports-all
mailing list