diff options
author | adam <adam@pkgsrc.org> | 2019-03-27 06:28:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-27 06:28:05 +0000 |
commit | 86b70e78511ddd6e7dd292afa7cb80fb50385311 (patch) | |
tree | 99c52c78a1cdc2036721a8e51233b51ef61a85c6 /devel | |
parent | 46a42f96e26141f0fc0adb8b5ae9b873821ce01a (diff) | |
download | pkgsrc-86b70e78511ddd6e7dd292afa7cb80fb50385311.tar.gz |
Mark as incomparible with Python 2.7
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tevent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile index f86b040e4d1..921f2b4bb78 100644 --- a/devel/tevent/Makefile +++ b/devel/tevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/03/26 11:48:14 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/03/27 06:28:05 adam Exp $ DISTNAME= tevent-0.10.0 CATEGORIES= devel @@ -14,6 +14,8 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl CONFLICTS+= samba<=4.9.4nb1 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_TOOLS+= pkg-config HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} |