diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-15 15:45:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-15 15:45:33 +0000 |
commit | 05280ac65ffad88e111f9f3d669a736a7b7a4762 (patch) | |
tree | 1f29bd2698f3a7717e318dcc10f0f6a18f0fe457 /misc | |
parent | f16b67b68d3b16ccf741cb25c911b8d4328beed3 (diff) | |
download | pkgsrc-05280ac65ffad88e111f9f3d669a736a7b7a4762.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 |