diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-29 16:58:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-29 16:58:34 +0000 |
commit | 8ed141dd0dfe7a7104d0f74b25d1109bf6a4ef55 (patch) | |
tree | 2b093c87d98eafce08b28f5260b9e17f7e207c2a /databases/gramps | |
parent | af0d9eaef2cbb76eab70d5981d7bb3244b379617 (diff) | |
download | pkgsrc-8ed141dd0dfe7a7104d0f74b25d1109bf6a4ef55.tar.gz |
require Python-2.4; this is what py-gnome supports
should fix error seen in bulk build
Diffstat (limited to 'databases/gramps')
-rw-r--r-- | databases/gramps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index 146738546d9..c991476f2ec 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/05/28 16:13:11 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/08/29 16:58:34 drochner Exp $ # DISTNAME= gramps-1.0.11 @@ -21,8 +21,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -# i18n support with other python versions appears to not work -PYTHON_VERSIONS_ACCEPTED= 23 +PYTHON_VERSIONS_ACCEPTED= 24 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} |