From 9d4bb88f3a7fee3dcafa052eb5626d64a6f918a2 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 20 Jul 2009 10:55:48 +0000 Subject: [PATCH] Needs python-2.6+. --- py-zeitgeist/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/py-zeitgeist/Makefile b/py-zeitgeist/Makefile index 993a251426..0079c8e07a 100644 --- a/py-zeitgeist/Makefile +++ b/py-zeitgeist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/18 21:14:40 thomasklausner Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/20 10:55:48 thomasklausner Exp $ # DISTNAME= zeitgeist-0.2.0 @@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v3 DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg DEPENDS+= ${PYPKGPREFIX}-storm-[0-9]*:../../wip/py-storm +PYTHON_VERSIONS_INCOMPATIBLE= 23 24 25 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes