summaryrefslogtreecommitdiff
path: root/databases/gramps3
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/gramps3
parent10a531fe60fc34c04b128387fde9e98cfb9cdef8 (diff)
downloadpkgsrc-23fd2995db2bf47c3b3f74bf334b634ad1f516a8.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'databases/gramps3')
-rw-r--r--databases/gramps3/Makefile4
-rw-r--r--databases/gramps3/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile
index 08517971821..25b45a807fa 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2015/04/25 14:20:30 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2015/12/05 21:25:31 adam Exp $
DISTNAME= gramps-3.4.4
PKGREVISION= 3
@@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk
index 39a93e41b4a..2433fdae6bf 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:31 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3
PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
.if !empty(PKG_OPTIONS:Menchant)
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif