Index: branches/2017Q4/mail/py-flufl.bounce/Makefile =================================================================== --- branches/2017Q4/mail/py-flufl.bounce/Makefile (revision 451507) +++ branches/2017Q4/mail/py-flufl.bounce/Makefile (revision 451508) @@ -1,20 +1,27 @@ # $FreeBSD$ PORTNAME= flufl.bounce PORTVERSION= 3.0 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= API for detecting the original bouncing email addresses from a bounce message LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface -USES= python:3 +USES= python:3.4+ USE_PYTHON= autoplist distutils -.include +.include + +.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \ + ${PYTHON_VER} != ${PYTHON_DEFAULT} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +.endif + +.include Index: branches/2017Q4 =================================================================== --- branches/2017Q4 (revision 451507) +++ branches/2017Q4 (revision 451508) Property changes on: branches/2017Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r451504