summaryrefslogtreecommitdiff
path: root/databases/tdb/Makefile
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commit23fd2995db2bf47c3b3f74bf334b634ad1f516a8 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /databases/tdb/Makefile
parent10a531fe60fc34c04b128387fde9e98cfb9cdef8 (diff)
downloadpkgsrc-23fd2995db2bf47c3b3f74bf334b634ad1f516a8.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'databases/tdb/Makefile')
-rw-r--r--databases/tdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index 0b0036a9bcb..43bfbd3acf1 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/11/21 09:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:33 adam Exp $
DISTNAME= tdb-1.3.8
CATEGORIES= databases
@@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE= tdb.pc.in
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= buildtools/bin/waf
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.12
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.12
USE_GCC_RUNTIME= yes