summaryrefslogtreecommitdiff
path: root/sysutils/bup
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commita0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /sysutils/bup
parentc2593a8036a102c98b480cc594e489d424a6e2d7 (diff)
downloadpkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'sysutils/bup')
-rw-r--r--sysutils/bup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile
index 9e414d66c03..b81e001cc35 100644
--- a/sysutils/bup/Makefile
+++ b/sysutils/bup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:11 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:58 adam Exp $
DISTNAME= bup-0.27
PKGREVISION= 1
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
DEPENDS+= git-base-[0-9]*:../../devel/git-base
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings
DOCDIR= ${WRKDIR}/bup-man