diff options
-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} |