svn commit: r451506 - head/net-mgmt/py3-dnsdiag
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 8 08:10:02 UTC 2017
Author: antoine
Date: Sun Oct 8 08:10:01 2017
New Revision: 451506
URL: https://svnweb.freebsd.org/changeset/ports/451506
Log:
Ignore on the package builders
Reported by: pkg-fallout
MFH: 2017Q4
Modified:
head/net-mgmt/py3-dnsdiag/Makefile
Modified: head/net-mgmt/py3-dnsdiag/Makefile
==============================================================================
--- head/net-mgmt/py3-dnsdiag/Makefile Sun Oct 8 08:07:38 2017 (r451505)
+++ head/net-mgmt/py3-dnsdiag/Makefile Sun Oct 8 08:10:01 2017 (r451506)
@@ -18,4 +18,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:
USES= python:3.3+
USE_PYTHON= autoplist distutils
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>
More information about the svn-ports-head
mailing list