pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gramps2 py-gnome2 needs Python 2.4, so don't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2633d37025d5
branches:  trunk
changeset: 515999:2633d37025d5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jul 12 15:27:18 2006 +0000

description:
py-gnome2 needs Python 2.4, so don't allow 2.3 here either.

diffstat:

 databases/gramps2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a5833ea659b2 -r 2633d37025d5 databases/gramps2/Makefile
--- a/databases/gramps2/Makefile        Wed Jul 12 15:19:17 2006 +0000
+++ b/databases/gramps2/Makefile        Wed Jul 12 15:27:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/05/02 16:41:37 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2006/07/12 15:27:18 joerg Exp $
 #
 
 DISTNAME=              gramps-2.0.11
@@ -23,7 +23,7 @@
 
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
 # i18n support with other python versions appears to not work
-PYTHON_VERSIONS_ACCEPTED=      24 23
+PYTHON_VERSIONS_ACCEPTED=      24
 
 MESSAGE_SUBST+=                PYPKGPREFIX=${PYPKGPREFIX}
 GCONF2_SCHEMAS+=       gramps.schemas



Home | Main Index | Thread Index | Old Index