summaryrefslogtreecommitdiff
path: root/net/Radicale2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/Radicale2/options.mk')
-rw-r--r--net/Radicale2/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Radicale2/options.mk b/net/Radicale2/options.mk
index 0c2f7dbdbde..c7b61778fcd 100644
--- a/net/Radicale2/options.mk
+++ b/net/Radicale2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2017/07/12 07:30:46 jperkin Exp $
+# $NetBSD: options.mk,v 1.3 2018/07/03 05:03:26 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
@@ -8,6 +8,6 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
.include "../../mk/bsd.options.mk"
.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