diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | da61e44a22c162793e2fc3c1ac25b7a60797848e (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /fonts | |
parent | bbac2fe3317b3616994e42a1bd35156115a53836 (diff) | |
download | pkgsrc-da61e44a22c162793e2fc3c1ac25b7a60797848e.tar.gz |
Remove python33: adapt all packages that refer to it.
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 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 \ |