git: c4cf641f9a9b - main - devel/R-cran-cpp11: Add missing test depends

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Fri, 21 Jul 2023 08:01:10 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4cf641f9a9bb60186c3192c7d37726d89719d2d

commit c4cf641f9a9bb60186c3192c7d37726d89719d2d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-07-21 07:58:36 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-07-21 08:00:57 +0000

    devel/R-cran-cpp11: Add missing test depends
---
 devel/R-cran-cpp11/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/R-cran-cpp11/Makefile b/devel/R-cran-cpp11/Makefile
index 5217b2da5301..88f3ba0f59a5 100644
--- a/devel/R-cran-cpp11/Makefile
+++ b/devel/R-cran-cpp11/Makefile
@@ -11,8 +11,8 @@ LICENSE=	MIT
 
 TEST_DEPENDS=	R-cran-decor>0:devel/R-cran-decor \
 		R-cran-mockery>0:devel/R-cran-mockery \
+		R-cran-progress>0:devel/R-cran-progress \
 		R-cran-testthat>0:devel/R-cran-testthat
-# Test failure: https://github.com/r-lib/cpp11/issues/323
 
 USES=		compiler:c++11-lang cran:auto-plist