pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gramps Fix python version required (s/23pth/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/701f7becc38e
branches:  trunk
changeset: 488091:701f7becc38e
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Jan 24 19:58:19 2005 +0000

description:
Fix python version required (s/23pth/23/)

diffstat:

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

diffs (18 lines):

diff -r ba34a7e31947 -r 701f7becc38e databases/gramps/Makefile
--- a/databases/gramps/Makefile Mon Jan 24 19:57:53 2005 +0000
+++ b/databases/gramps/Makefile Mon Jan 24 19:58:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/01/01 17:01:56 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/24 19:58:19 recht Exp $
 #
 
 DISTNAME=              gramps-1.0.8
@@ -23,7 +23,7 @@
 
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN}
 # i18n support with other python versions appears to not work
-PYTHON_VERSION_REQD=   23pth
+PYTHON_VERSION_REQD=   23
 
 MESSAGE_SUBST+=                PYPKGPREFIX=${PYPKGPREFIX}
 



Home | Main Index | Thread Index | Old Index