diff options
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 4 |
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 |