summaryrefslogtreecommitdiff
path: root/net/Radicale/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-01 14:43:22 +0000
committerwiz <wiz>2017-01-01 14:43:22 +0000
commit2a6fbaaed045ab06cd7684382f4693bf0f996d55 (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /net/Radicale/options.mk
parent23d93816b5d414b2e416de786e95bcae9da4b9b3 (diff)
downloadpkgsrc-2a6fbaaed045ab06cd7684382f4693bf0f996d55.tar.gz
Add python-3.6 to incompatible versions.
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 e0483919abf..cfc76b8a19c 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2017/01/01 14:43:49 wiz 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 # py-ldap
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
.endif