diff options
author | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
commit | 7cc3c7ed34bb05d07823c6beacf7d43ed9c8b660 (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /misc | |
parent | 008ed607e8c123090c4b7fa35502c1429aadc59c (diff) | |
download | pkgsrc-7cc3c7ed34bb05d07823c6beacf7d43ed9c8b660.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 |