summaryrefslogtreecommitdiff
path: root/fonts/py-TTFQuery/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-17 11:27:59 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-17 11:27:59 +0000
commite17391d9091e3f7d9c63438e72e2ba839c896632 (patch)
tree4b58864219284cd3298f07eccfd24f35485262f9 /fonts/py-TTFQuery/Makefile
parent0fb2c655a637eb90b12e2c677e6430630960f5c9 (diff)
downloadpkgsrc-e17391d9091e3f7d9c63438e72e2ba839c896632.tar.gz
py-fonttools doesn't support Python 2.3 any longer.
Diffstat (limited to 'fonts/py-TTFQuery/Makefile')
-rw-r--r--fonts/py-TTFQuery/Makefile4
1 files changed, 3 insertions, 1 deletions
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