summaryrefslogtreecommitdiff
path: root/databases/gramps3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /databases/gramps3
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
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 ff9bdd73a81..1c2d9270844 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/04/16 14:34:17 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2018/07/03 05:03:05 adam Exp $
DISTNAME= gramps-3.4.4
PKGREVISION= 11
@@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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 ec1d6087ef7..93f54fc00c6 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:26 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2018/07/03 05:03:05 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= 34 35 36 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif