diff options
author | antoine <antoine@FreeBSD.org> | 2017-10-08 16:10:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-10-08 16:10:01 +0800 |
commit | 18b193b63fd3d1d2ba50c14aac6f5deb8a787cc6 (patch) | |
tree | ee9701a757a3cc8e660a65412a37fcec0a1ff873 /net-mgmt | |
parent | 9d621acfafea1cd79681389666219de0796e481a (diff) | |
download | freebsd-ports-gnome-18b193b63fd3d1d2ba50c14aac6f5deb8a787cc6.tar.gz freebsd-ports-gnome-18b193b63fd3d1d2ba50c14aac6f5deb8a787cc6.tar.zst freebsd-ports-gnome-18b193b63fd3d1d2ba50c14aac6f5deb8a787cc6.zip |
Ignore on the package builders
Reported by: pkg-fallout
MFH: 2017Q4
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py3-dnsdiag/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-mgmt/py3-dnsdiag/Makefile b/net-mgmt/py3-dnsdiag/Makefile index 3aa5004c628e..128466089e1f 100644 --- a/net-mgmt/py3-dnsdiag/Makefile +++ b/net-mgmt/py3-dnsdiag/Makefile @@ -18,4 +18,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython \ 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> |