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