diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
commit | 3445d075bebfeeda915b20c358b79af5b9db8895 (patch) | |
tree | f5adf48498a05775bea8c492276fdbad87e6ff60 /net/Radicale2 | |
parent | 03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff) | |
download | pkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz |
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'net/Radicale2')
-rw-r--r-- | net/Radicale2/options.mk | 4 |
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 |