diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mftrace/Makefile | 4 | ||||
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index b737dcc9f74..c679dff8f1f 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/04/25 07:32:54 maya Exp $ +# $NetBSD: Makefile,v 1.33 2019/04/26 13:13:57 maya Exp $ DISTNAME= mftrace-1.2.15 PKGREVISION= 4 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.15 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 2077c2602ba..5a114ed0c03 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:17 adam Exp $ +# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:57 maya 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 36 37 # py-fonttools +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fonttools post-install: cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \ |