From 5a895af0a0fade0ab1377a2fdbd0841fd9b0bfe6 Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Mon, 3 Feb 2020 12:39:03 +0000 Subject: [PATCH] nuspell: use the brand-new devel/catch2 package. --- nuspell/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/nuspell/Makefile b/nuspell/Makefile index c8e2bfd5de..35566dda20 100644 --- a/nuspell/Makefile +++ b/nuspell/Makefile @@ -23,5 +23,6 @@ BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-ronn-[0-9]*:../../devel/ruby-ronn .include "../../lang/ruby/rubyversion.mk" .include "../../devel/boost-libs/buildlink3.mk" +.include "../../devel/catch2/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" .include "../../mk/bsd.pkg.mk"