From cfa2789ff6f5f9ba9b1f47a0236b26371222a621 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 18 Oct 2014 14:45:35 +0000 Subject: MFH: r371129 Ignore on the package builders when the default version of python is different from the requested one Reported by: pkg-fallout --- mail/rss2email3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/rss2email3/Makefile b/mail/rss2email3/Makefile index 70e716c9baf6..f627cfdbb7de 100644 --- a/mail/rss2email3/Makefile +++ b/mail/rss2email3/Makefile @@ -36,4 +36,10 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_MAN} ${WRKSRC}/r2e.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include + +.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 -- cgit v1.2.3