summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/py-TTFQuery/Makefile3
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"