diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
commit | d9cd52ca4f7d2f437462e137076da25e25647437 (patch) | |
tree | 6f510156548caacca7fb56a561c073c3aafcb9b7 /net/samba4 | |
parent | bb6aab2f58f81bc7205abbd391e485390b223225 (diff) | |
download | pkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7574a3ebb51..e22f5b637af 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/09/20 11:12:23 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:53 wiz Exp $ DISTNAME= samba-${VERSION} PKGREVISION= 4 @@ -186,7 +186,7 @@ REPLACE_PYTHON= buildtools/bin/waf \ source4/scripting/bin/* \ lib/tevent/tevent.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 4.3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.3.2 .include "../../lang/python/application.mk" |