diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 11:27:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 11:27:47 +0000 |
commit | 364fa85ec25be79c7ec4bee72d4e9684e9efa978 (patch) | |
tree | 392ef1eef401f1d694b1494dbcb682f8d0817436 /fonts | |
parent | a2b5b3e3159783d0fd66af46e0e540b537fc73e5 (diff) | |
download | pkgsrc-364fa85ec25be79c7ec4bee72d4e9684e9efa978.tar.gz |
Drop PYTHON_VERSION_ACCEPTED restriction, because just not support python 2.3.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index eddee27869a..69cfdea5061 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/07/17 11:27:59 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2011/06/14 11:27:47 obache Exp $ # DISTNAME= TTFQuery-0.2.6 @@ -13,8 +13,6 @@ 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 |