summaryrefslogtreecommitdiff
path: root/databases/ldb
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-03-27 10:08:42 +0000
committeradam <adam@pkgsrc.org>2019-03-27 10:08:42 +0000
commit5670ac50ad840cbef44d032062c03ffbceae5bd4 (patch)
tree557f3e4236a62efd848979a702ba5fcc5d8a71d9 /databases/ldb
parenteba8b528a433a4d4aa247ac14fe3f831c216e6ec (diff)
downloadpkgsrc-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/Makefile4
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}