summaryrefslogtreecommitdiff
path: root/net/Radicale/options.mk
diff options
context:
space:
mode:
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 cfc76b8a19c..ebc7b0c02b5 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2017/01/01 14:43:49 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2018/07/03 05:03:26 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= 34 35 36 # py-ldap
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ldap
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
.endif