From 05280ac65ffad88e111f9f3d669a736a7b7a4762 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 15 Aug 2009 15:45:33 +0000 Subject: configure script only recognizes python up to 2.5; set PYTHON_VERSIONS_ACCEPTED to 25 24 23. --- misc/koffice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/koffice') diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index c2edf5e9be6..71ca1e31887 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -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 @@ USE_TOOLS+= gmake perl pkg-config GNU_CONFIGURE= yes GCC_REQD+= 2.95.3 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 PTHREAD_OPTS+= require -- cgit v1.2.3