diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
commit | 9a2074208a4150656758529617b71904311ce3fc (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /misc | |
parent | 17b23237e84305c5999403dc364ee1f90d1a1e55 (diff) | |
download | pkgsrc-9a2074208a4150656758529617b71904311ce3fc.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index b2e6528de83..3d2b332f566 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2009/08/26 21:20:13 sno Exp $ +# $NetBSD: Makefile,v 1.111 2009/09/07 19:02:14 joerg Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 12 @@ -26,7 +26,7 @@ USE_TOOLS+= gmake perl pkg-config GNU_CONFIGURE= yes GCC_REQD+= 2.95.3 -PYTHON_VERSIONS_ACCEPTED= 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 PTHREAD_OPTS+= require |