summaryrefslogtreecommitdiff
path: root/net/Radicale/options.mk
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commit23fd2995db2bf47c3b3f74bf334b634ad1f516a8 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /net/Radicale/options.mk
parent10a531fe60fc34c04b128387fde9e98cfb9cdef8 (diff)
downloadpkgsrc-23fd2995db2bf47c3b3f74bf334b634ad1f516a8.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'net/Radicale/options.mk')
-rw-r--r--net/Radicale/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk
index d44872c3acd..3357cd2b2bc 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2015/11/11 11:56:21 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:55 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
PKG_SUPPORTED_OPTIONS= git ldap
@@ -10,6 +10,6 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
.endif
.if !empty(PKG_OPTIONS:Mldap)
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ldap
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ldap
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
.endif