diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 16:46:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 16:46:08 +0000 |
commit | ed0b5a9ba78727b47adda2484ec551b1159a86f2 (patch) | |
tree | 67971feb961bc35033b150a266b63b4dd6199e9f /fonts | |
parent | 867860b88a54b61f9d5d84f41e41e5da0b8a0fa0 (diff) | |
download | pkgsrc-ed0b5a9ba78727b47adda2484ec551b1159a86f2.tar.gz |
py-fonttools needs Python 2.2+
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index ccb84ccbdc0..db3058b6ea9 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/04 16:46:08 joerg Exp $ # DISTNAME= TTFQuery-0.2.6 @@ -14,6 +14,7 @@ COMMENT= Query TTF font files for metadata and font outlines DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |