diff options
author | abs <abs> | 2008-04-21 08:17:25 +0000 |
---|---|---|
committer | abs <abs> | 2008-04-21 08:17:25 +0000 |
commit | 5f4ffbf65bc5de548a3499fd9fd274894537da76 (patch) | |
tree | f2117bb4dc8d49761dcfb1e0b8b1f10415f09df9 /misc | |
parent | fad1987323c19e886191126804d55b5f02e9548a (diff) | |
download | pkgsrc-5f4ffbf65bc5de548a3499fd9fd274894537da76.tar.gz |
PYTHON_VERSIONS_ACCEPTED+=25
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index 52033a00cba..6690ba43920 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/04/07 16:24:51 hira Exp $ +# $NetBSD: Makefile,v 1.42 2008/04/21 08:17:25 abs Exp $ # OO_VER= 2.4.0 @@ -171,7 +171,7 @@ post-install: .include "../../mk/compiler.mk" -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 .include "../../lang/python/application.mk" .include "../../databases/db4/buildlink3.mk" |