diff options
author | wiz <wiz> | 2009-08-15 15:45:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-15 15:45:33 +0000 |
commit | 46750d984384006b966c14de78fd566d92e6d928 (patch) | |
tree | 1f29bd2698f3a7717e318dcc10f0f6a18f0fe457 /misc | |
parent | b53fe6df0e547424d03fa35fe7a17930675c61fd (diff) | |
download | pkgsrc-46750d984384006b966c14de78fd566d92e6d928.tar.gz |
configure script only recognizes python up to 2.5; set
PYTHON_VERSIONS_ACCEPTED to 25 24 23.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |