diff options
author | joerg <joerg> | 2006-05-28 16:13:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-28 16:13:11 +0000 |
commit | 5db2a358e2016b625876b48d7313b8c5d0daced6 (patch) | |
tree | ffe28e6982c39d227ab29b624dfd3ac3633c619f /databases/gramps | |
parent | 12b0092e41be427ffd1bec3914088e2fefba32e9 (diff) | |
download | pkgsrc-5db2a358e2016b625876b48d7313b8c5d0daced6.tar.gz |
Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter
can be used to enforce versions after having determined which are
suppported.
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 9ea4974ad30..146738546d9 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:19 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/28 16:13:11 joerg Exp $ # DISTNAME= gramps-1.0.11 @@ -22,7 +22,7 @@ USE_TOOLS+= msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} # i18n support with other python versions appears to not work -PYTHON_VERSION_REQD= 23 +PYTHON_VERSIONS_ACCEPTED= 23 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} |