diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-02 13:05:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-02 13:05:16 +0000 |
commit | 6dee9b9a382c63b0d768e3e0d97339fd9d079596 (patch) | |
tree | 0339892aff54f3aff066e32e9716407d762d9ac1 /fonts/mftrace | |
parent | bebf2c1a036a78c62a0dbcbabf9c3b9d96fc0b58 (diff) | |
download | pkgsrc-6dee9b9a382c63b0d768e3e0d97339fd9d079596.tar.gz |
Per wiz@ suggestion, remove 20 from python accepted versions and reverse
them so that newer ones come first. Closes my own PR pkg/29198.
Diffstat (limited to 'fonts/mftrace')
-rw-r--r-- | fonts/mftrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index ccd2f6ee6ce..b2fce2ef757 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/02/02 12:59:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2005/02/02 13:05:16 jmmv Exp $ DISTNAME= mftrace-1.1.1 PKGREVISION= 1 @@ -21,7 +21,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN} MAKEFILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB} -PYTHON_VERSIONS_ACCEPTED= 20 21 22 23 24 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 post-build: cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py afm.py |