summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/Radicale/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk
index 1213a7dbeac..d44872c3acd 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/01/28 20:39:54 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2015/11/11 11:56:21 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
PKG_SUPPORTED_OPTIONS= git ldap
@@ -6,7 +6,6 @@ PKG_SUPPORTED_OPTIONS= git ldap
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgit)
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dulwich
DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
.endif