summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
committerwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
commit73a050fbf4b1aba6dbcff75747e1766c48b302b6 (patch)
tree473944cd20a247c446b37ecb6fe2c4802cb044cd /fonts
parent6724f0d53dfe6d56f8a0809e2414e88e0a55ab96 (diff)
downloadpkgsrc-73a050fbf4b1aba6dbcff75747e1766c48b302b6.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/mftrace/Makefile4
-rw-r--r--fonts/py-TTFQuery/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile
index 696b3955779..5f40b2a8102 100644
--- a/fonts/mftrace/Makefile
+++ b/fonts/mftrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:42 adam Exp $
+# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:48 wiz Exp $
DISTNAME= mftrace-1.2.15
PKGREVISION= 3
@@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
MAKE_FILE= GNUmakefile
PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.15
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.15
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PYSITELIB}
diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile
index c1080dc3ddd..bf09f541286 100644
--- a/fonts/py-TTFQuery/Makefile
+++ b/fonts/py-TTFQuery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/06/08 17:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:48 wiz Exp $
DISTNAME= TTFQuery-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools
PYDISTUTILSPKG= yes
PLIST_SUBST= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fonttools
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fonttools
post-install:
cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \