diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-19 03:39:57 +0000 |
commit | e6d8ca17fab127134f7a3793152313ec7d61990e (patch) | |
tree | 2dae912923adfd65b6831e752fab7a16e5b3c3b6 /databases/gramps | |
parent | fb06b94a44691b88cce485defdbab5c0f0f5ba3f (diff) | |
download | pkgsrc-e6d8ca17fab127134f7a3793152313ec7d61990e.tar.gz |
Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.
Diffstat (limited to 'databases/gramps')
-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 520b13f9508..23951f2942b 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/11/14 22:33:29 hasso Exp $ +# $NetBSD: Makefile,v 1.36 2008/11/19 03:39:57 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 +PYTHON_VERSIONS_ACCEPTED= 24 25 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} |