diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 72c16d4d7d332490326869fd2cf740019a79cdd0 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /chat/xchat-python/Makefile | |
parent | cea6e11074d7b826fef76434a11c03283cb4ba94 (diff) | |
download | pkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r-- | chat/xchat-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index ab6be3fc093..51e05872125 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/10/11 10:56:43 tron Exp $ +# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:31 adam Exp $ .include "../../chat/xchat/Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure SUBST_SED.libutil= -e 's/ -lutil//g' .endif -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.8 .include "../../lang/python/application.mk" .include "../../mk/pthread.buildlink3.mk" |