diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2014-11-28 08:33:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2014-11-28 08:33:33 +0000 |
commit | 369a9050f521fc70229171be7fd72bb1ccb40023 (patch) | |
tree | 24a40f6df0fb0143fb30564c37bee323e34e07a3 | |
parent | dcad6ed300a19e05689467b146ab0b9b4d49a298 (diff) |
Notes
-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> |