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 /comms | |
parent | bb6aab2f58f81bc7205abbd391e485390b223225 (diff) | |
download | pkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/multisync-gui/Makefile | 4 | ||||
-rw-r--r-- | comms/py-gammu/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile index 24e0250633b..476f0b7e790 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/12/04 05:17:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2017/01/01 14:43:26 wiz Exp $ DISTNAME= multisync-gui-0.91.0 PKGREVISION= 36 @@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.91.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.91.0 LDFLAGS.DragonFly= -lgthread-2.0 LDFLAGS.SunOS+= -lgthread-2.0 diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index a941bf7e128..4a54004e3f3 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/12/09 14:57:06 leot Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:26 wiz Exp $ DISTNAME= python-gammu-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config # UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1648: ordinal not in range(128) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 .include "../../lang/python/egg.mk" .include "../../comms/gammu/buildlink3.mk" |