diff options
author | arved <arved@FreeBSD.org> | 2014-11-28 16:33:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2014-11-28 16:33:33 +0800 |
commit | 1049d26ac98557b65ad90305e0c7bb65aa6a133c (patch) | |
tree | 24a40f6df0fb0143fb30564c37bee323e34e07a3 /net-im/poezio | |
parent | 78edfdcd01722a0b48e2ff9344380e64739442ac (diff) | |
download | freebsd-ports-gnome-1049d26ac98557b65ad90305e0c7bb65aa6a133c.tar.gz freebsd-ports-gnome-1049d26ac98557b65ad90305e0c7bb65aa6a133c.tar.zst freebsd-ports-gnome-1049d26ac98557b65ad90305e0c7bb65aa6a133c.zip |
Mark ignore on the cluster as it requires a non-default python version
Reported by: bapt
Diffstat (limited to 'net-im/poezio')
-rw-r--r-- | net-im/poezio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/poezio/Makefile b/net-im/poezio/Makefile index eda5a10a0b1c..239cf2a0385f 100644 --- a/net-im/poezio/Makefile +++ b/net-im/poezio/Makefile @@ -17,4 +17,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ USES= tar:xz python:3.2+ USE_PYTHON= distutils autoplist -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.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 <bsd.port.post.mk> |