pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/koffice configure script only recognizes python u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7939ba6857d1
branches:  trunk
changeset: 397535:7939ba6857d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 15 15:45:33 2009 +0000

description:
configure script only recognizes python up to 2.5; set
PYTHON_VERSIONS_ACCEPTED to 25 24 23.

diffstat:

 misc/koffice/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2c2a61193397 -r 7939ba6857d1 misc/koffice/Makefile
--- a/misc/koffice/Makefile     Sat Aug 15 15:39:45 2009 +0000
+++ b/misc/koffice/Makefile     Sat Aug 15 15:45:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2009/08/11 14:07:01 drochner Exp $
+# $NetBSD: Makefile,v 1.108 2009/08/15 15:45:33 wiz Exp $
 
 DISTNAME=      koffice-1.6.3
 PKGREVISION=   10
@@ -26,6 +26,7 @@
 GNU_CONFIGURE=         yes
 
 GCC_REQD+=             2.95.3
+PYTHON_VERSIONS_ACCEPTED=      25 24 23
 
 PTHREAD_OPTS+=         require
 



Home | Main Index | Thread Index | Old Index