summaryrefslogtreecommitdiff
path: root/net-im/poezio
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2014-11-28 08:33:33 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2014-11-28 08:33:33 +0000
commit369a9050f521fc70229171be7fd72bb1ccb40023 (patch)
tree24a40f6df0fb0143fb30564c37bee323e34e07a3 /net-im/poezio
parentnet-mgmt/seafile: Remove use of /proc and make FUSE optional (diff)
Mark ignore on the cluster as it requires a non-default python version
Reported by: bapt
Notes
Notes: svn path=/head/; revision=373535
Diffstat (limited to 'net-im/poezio')
-rw-r--r--net-im/poezio/Makefile8
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>