diff options
| author | adam <adam@pkgsrc.org> | 2019-03-27 10:08:42 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2019-03-27 10:08:42 +0000 |
| commit | 5670ac50ad840cbef44d032062c03ffbceae5bd4 (patch) | |
| tree | 557f3e4236a62efd848979a702ba5fcc5d8a71d9 /databases/ldb | |
| parent | eba8b528a433a4d4aa247ac14fe3f831c216e6ec (diff) | |
| download | pkgsrc-5670ac50ad840cbef44d032062c03ffbceae5bd4.tar.gz | |
ldb: mark as incompatible with Python 2.7, since tdb required Python 3.x
Diffstat (limited to 'databases/ldb')
| -rw-r--r-- | databases/ldb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile index 04f3d46936f..585e2db3c28 100644 --- a/databases/ldb/Makefile +++ b/databases/ldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/20 19:06:56 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/27 10:08:42 adam Exp $ # Before updating, make sure net/samba4 supports the newer version. DISTNAME= ldb-1.5.4 @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_TOOLS+= gmake HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} |
