diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-14 22:33:29 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-14 22:33:29 +0000 |
commit | a5ccd109538b26a0243d152f334d2bad7e955112 (patch) | |
tree | 283dffe2a231128fb82dcf0360c4932a9d54e41e /databases | |
parent | 8c16dd79f73b7a3ba421f810540c1e11a9a0ad2e (diff) | |
download | pkgsrc-a5ccd109538b26a0243d152f334d2bad7e955112.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gramps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index f211fb8ae41..520b13f9508 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/06/20 01:09:10 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2008/11/14 22:33:29 hasso Exp $ # DISTNAME= gramps-1.0.11 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= msgconv msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} |