summaryrefslogtreecommitdiff
path: root/databases/gramps3/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-09 07:36:53 +0000
committerwiz <wiz>2014-05-09 07:36:53 +0000
commit1f40a115597a757dffb35d76fc06e4ced0708e2b (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /databases/gramps3/options.mk
parent10c570a1541d725230c1afb3be2722bc774ee88c (diff)
downloadpkgsrc-1f40a115597a757dffb35d76fc06e4ced0708e2b.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'databases/gramps3/options.mk')
-rw-r--r--databases/gramps3/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk
index 365fa646279..39a93e41b4a 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/01/25 10:29:59 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:56 wiz 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 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif