summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-01 14:43:22 +0000
committerwiz <wiz>2017-01-01 14:43:22 +0000
commit2a6fbaaed045ab06cd7684382f4693bf0f996d55 (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /fonts
parent23d93816b5d414b2e416de786e95bcae9da4b9b3 (diff)
downloadpkgsrc-2a6fbaaed045ab06cd7684382f4693bf0f996d55.tar.gz
Add python-3.6 to incompatible versions.
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 5f40b2a8102..fffb8c7bdac 100644
--- a/fonts/mftrace/Makefile
+++ b/fonts/mftrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:40 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= 34 35 # not yet ported as of 1.2.15
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 294cad49ac9..dbeac701568 100644
--- a/fonts/py-TTFQuery/Makefile
+++ b/fonts/py-TTFQuery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/08/28 15:48:32 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:40 wiz Exp $
DISTNAME= TTFQuery-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fonttools
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fonttools
post-install:
cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \