Fix python version required (s/23pth/23/)
This commit is contained in:
parent
23e912d07f
commit
e369c6abcd
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue