View | Details | Raw Unified | Return to bug 212049
Collapse All | Expand All

(-)b/textproc/py-sphinx/Makefile (+4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	sphinx
4
PORTNAME=	sphinx
5
PORTVERSION=	1.4.4
5
PORTVERSION=	1.4.4
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 28-33 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel\ Link Here
28
		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \
29
		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \
29
		${PYTHON_PKGNAMEPREFIX}imagesize>=0.7.1:graphics/py-imagesize
30
		${PYTHON_PKGNAMEPREFIX}imagesize>=0.7.1:graphics/py-imagesize
30
31
32
OPTIONS_DEFINE=	CA_BUNDLE
33
CA_BUNDLE_DESC=	Install CA Root certificates to fetch external objects
34
CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
31
USES=		python
35
USES=		python
32
USE_PYTHON=	autoplist distutils
36
USE_PYTHON=	autoplist distutils
33
37

Return to bug 212049