View | Details | Raw Unified | Return to bug 237672 | Differences between
and this patch

Collapse All | Expand All

(-)print/py-fonttools/Makefile (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	fonttools
4
PORTNAME=	fonttools
5
PORTVERSION=	3.40.0
5
PORTVERSION=	3.40.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	print python
7
CATEGORIES=	print python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-19 COMMENT= Open source library for manipulating fonts, written in Python Link Here
14
LICENSE=	MIT
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0:devel/py-fs2@${PY_FLAVOR}
18
17
USES=		python zip
19
USES=		python zip
18
USE_PYTHON=	autoplist concurrent distutils
20
USE_PYTHON=	autoplist concurrent distutils
19
21

Return to bug 237672