diff options
author | joerg <joerg> | 2006-05-28 16:13:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-28 16:13:11 +0000 |
commit | 3cb0118d15d94f46b754a71c39f5560b7bdc3e0c (patch) | |
tree | ffe28e6982c39d227ab29b624dfd3ac3633c619f /databases | |
parent | fe9ae0cf9a28e4fa596a5a09efa939b6cb12ea3a (diff) | |
download | pkgsrc-3cb0118d15d94f46b754a71c39f5560b7bdc3e0c.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')
-rw-r--r-- | databases/gramps/Makefile | 4 | ||||
-rw-r--r-- | databases/py-mssql/Makefile | 4 |
2 files changed, 4 insertions, 4 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} diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile index e7569ee60f9..472b1bc7264 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/04/06 06:21:42 reed Exp $ +# $NetBSD: Makefile,v 1.5 2006/05/28 16:13:11 joerg Exp $ # DISTNAME= pymssql-0.7.4 @@ -12,7 +12,7 @@ COMMENT= Python interface to MS SQL BUILDLINK_API_DEPENDS.freetds+= freetds>=0.63 -PYTHON_VERSION_REQD= 24 +PYTHON_VERSIONS_ACCEPTED= 24 PYBINMODULE= yes PYDISTUTILSPKG= yes |