pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gramps require Python-2.4; this is what py-g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09d4c07c2d9e
branches:  trunk
changeset: 518038:09d4c07c2d9e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Aug 29 16:58:34 2006 +0000

description:
require Python-2.4; this is what py-gnome supports
should fix error seen in bulk build

diffstat:

 databases/gramps/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 1c657c58fd1b -r 09d4c07c2d9e databases/gramps/Makefile
--- a/databases/gramps/Makefile Tue Aug 29 15:06:59 2006 +0000
+++ b/databases/gramps/Makefile Tue Aug 29 16:58:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/05/28 16:13:11 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2006/08/29 16:58:34 drochner Exp $
 #
 
 DISTNAME=              gramps-1.0.11
@@ -21,8 +21,7 @@
 USE_TOOLS+=            msgfmt pkg-config
 
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
-# i18n support with other python versions appears to not work
-PYTHON_VERSIONS_ACCEPTED=      23
+PYTHON_VERSIONS_ACCEPTED=      24
 
 MESSAGE_SUBST+=                PYPKGPREFIX=${PYPKGPREFIX}
 



Home | Main Index | Thread Index | Old Index