summaryrefslogtreecommitdiff
path: root/databases/gramps3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gramps3')
-rw-r--r--databases/gramps3/Makefile4
-rw-r--r--databases/gramps3/options.mk3
2 files changed, 5 insertions, 2 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile
index 7158ab38e74..94acb66a7b5 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2014/01/02 19:01:54 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2014/01/25 10:29:59 wiz Exp $
DISTNAME= gramps-3.4.4
CATEGORIES= databases
@@ -15,6 +15,8 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2
+
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
REPLACE_PYTHON+= src/plugins/rel/rel_fr.py
diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk
index 46a65a36e58..365fa646279 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/09/14 10:35:18 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2014/01/25 10:29:59 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3
PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
@@ -7,6 +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 # py-ORBit via py-gnome2
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif