diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
commit | 5561ef446dff75923d702e04138e2a7ca748bb1c (patch) | |
tree | ba5c318600555301b8a78f14c17772a3e23be7eb /databases/gramps2 | |
parent | 2ca9ca8b332b13e6b820f97ee647b6aacc9df8c2 (diff) | |
download | pkgsrc-5561ef446dff75923d702e04138e2a7ca748bb1c.tar.gz |
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
Diffstat (limited to 'databases/gramps2')
-rw-r--r-- | databases/gramps2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gramps2/Makefile b/databases/gramps2/Makefile index 410cbaaa93c..903f97cd00f 100644 --- a/databases/gramps2/Makefile +++ b/databases/gramps2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2008/04/25 20:39:07 joerg Exp $ # DISTNAME= gramps-2.2.10 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --disable-mime-install --enable-packager-mode CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_JOBS_SAFE= no # i18n support with other python versions appears to not work -PYTHON_VERSIONS_ACCEPTED= 24 +PYTHON_VERSIONS_ACCEPTED= 25 24 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} GCONF_SCHEMAS+= gramps.schemas |