diff options
author | recht <recht@pkgsrc.org> | 2005-01-24 19:58:19 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-01-24 19:58:19 +0000 |
commit | 1cb8282ff7626e9f98b5f70882097ed289233a9e (patch) | |
tree | 9196501157f6c7ac889b9293975e17f755b14009 /databases | |
parent | 0cbf8929f08e89153b5ffc9567924abb7597a7bc (diff) | |
download | pkgsrc-1cb8282ff7626e9f98b5f70882097ed289233a9e.tar.gz |
Fix python version required (s/23pth/23/)
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 c8cf1310c0e..d37e55ddb91 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/01/01 17:01:56 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/24 19:58:19 recht Exp $ # DISTNAME= gramps-1.0.8 @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} # i18n support with other python versions appears to not work -PYTHON_VERSION_REQD= 23pth +PYTHON_VERSION_REQD= 23 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} |