py-fonttools doesn't support Python 2.3 any longer.
This commit is contained in:
parent
46ccd552b2
commit
7b3ecc8e1c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue