Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 08:20:16 +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: r451510 - branches/2017Q4/net-mgmt/py3-dnsdiag
Message-ID:  <201710080820.v988KGr8060169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct  8 08:20:15 2017
New Revision: 451510
URL: https://svnweb.freebsd.org/changeset/ports/451510

Log:
  MFH: r451506
  
  Ignore on the package builders
  
  Reported by:	pkg-fallout

Modified:
  branches/2017Q4/net-mgmt/py3-dnsdiag/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/net-mgmt/py3-dnsdiag/Makefile
==============================================================================
--- branches/2017Q4/net-mgmt/py3-dnsdiag/Makefile	Sun Oct  8 08:19:55 2017	(r451509)
+++ branches/2017Q4/net-mgmt/py3-dnsdiag/Makefile	Sun Oct  8 08:20:15 2017	(r451510)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710080820.v988KGr8060169>