summaryrefslogtreecommitdiff
path: root/net/Radicale
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-11 11:56:21 +0000
committerwiz <wiz@pkgsrc.org>2015-11-11 11:56:21 +0000
commitcb96a4b9729a9f096ca8158a973b6c432c576832 (patch)
tree48e193e47d30a40b18eae555ddd295c33f21ee6f /net/Radicale
parent265b94a365fa63e0aeb313815bbee9fca5184099 (diff)
downloadpkgsrc-cb96a4b9729a9f096ca8158a973b6c432c576832.tar.gz
py-dulwich is python-3.x compatible now.
Diffstat (limited to 'net/Radicale')
-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