From e17391d9091e3f7d9c63438e72e2ba839c896632 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 17 Jul 2009 11:27:59 +0000 Subject: py-fonttools doesn't support Python 2.3 any longer. --- fonts/py-TTFQuery/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fonts') diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index 9f198fc58af..eddee27869a 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/17 11:27:59 joerg Exp $ # DISTNAME= TTFQuery-0.2.6 @@ -13,6 +13,8 @@ COMMENT= Query TTF font files for metadata and font outlines PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 25 24 + DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes -- cgit v1.2.3