diff options
author | joerg <joerg> | 2009-02-11 14:23:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-11 14:23:31 +0000 |
commit | 961419495f9c5b98ac5080ebe6c6302a0bb78ed4 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /databases/gramps | |
parent | 6d1ae1e18d910d461a5f22bbf097e3dc8a105139 (diff) | |
download | pkgsrc-961419495f9c5b98ac5080ebe6c6302a0bb78ed4.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
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 5cb668224fc..69abd99d348 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/01/04 18:00:59 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2009/02/11 14:23:32 joerg Exp $ # DISTNAME= gramps-1.0.11 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= msgconv msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} |