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

(-)Makefile (-2 / +2 lines)
Lines 35-45 SUB_LIST= PYTHON_CMD=${PYTHON_CMD} Link Here
35
35
36
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
37
37
38
.if ${PORT_OPTIONS:MSILVERCITY)
38
.if ${PORT_OPTIONS:MSILVERCITY}
39
RUN_DEPENDS+=	${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
39
RUN_DEPENDS+=	${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
40
.endif
40
.endif
41
41
42
.if ${PORT_OPTIONS:MDOCUTILS)
42
.if ${PORT_OPTIONS:MDOCUTILS}
43
RUN_DEPENDS+=	${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
43
RUN_DEPENDS+=	${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
44
.endif
44
.endif

Return to bug 177489