diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-04 01:16:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-04 01:16:17 +0000 |
commit | 0d5fef729dd4249c8a18a08ae52e82d600cac61f (patch) | |
tree | 6d665e1f725adb314a586d8d7b54f37d1df196b3 /misc/koffice | |
parent | e6ed449994e303ebe6931c3f874ad3a6397a67c3 (diff) | |
download | pkgsrc-0d5fef729dd4249c8a18a08ae52e82d600cac61f.tar.gz |
Remove PYTHON_VERSIONS_ACCEPTED line, it's the same as the default.
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 2bde6026d56..26a1e60e4b4 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2009/11/03 19:02:26 markd Exp $ +# $NetBSD: Makefile,v 1.113 2009/11/04 01:16:17 wiz Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 12 @@ -26,7 +26,6 @@ USE_TOOLS+= gmake perl pkg-config GNU_CONFIGURE= yes GCC_REQD+= 2.95.3 -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PTHREAD_OPTS+= require |