diff options
author | jmmv <jmmv> | 2005-02-02 12:59:52 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-02-02 12:59:52 +0000 |
commit | d702b5d0695a06e2babb1d847048a03b3d7fe48b (patch) | |
tree | 46bd1456fd39a4d60edcb445fe6903f32cb2ea69 /fonts | |
parent | 6688bee702e0ee63aa6db81904feb8638ca21def (diff) | |
download | pkgsrc-d702b5d0695a06e2babb1d847048a03b3d7fe48b.tar.gz |
Allow python 2.4.
Diffstat (limited to 'fonts')
-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 85ef8b2dc76..ccd2f6ee6ce 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/02 12:59:52 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 +PYTHON_VERSIONS_ACCEPTED= 20 21 22 23 24 post-build: cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py afm.py |