summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/multisync-gui/Makefile4
-rw-r--r--comms/py-gammu/Makefile4
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"