pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nuspell: use the brand-new devel/catch2 package.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon Feb 3 12:39:03 2020 +0000
Changeset:	5a895af0a0fade0ab1377a2fdbd0841fd9b0bfe6

Modified Files:
	nuspell/Makefile

Log Message:
nuspell: use the brand-new devel/catch2 package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a895af0a0fade0ab1377a2fdbd0841fd9b0bfe6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nuspell/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
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"


Home | Main Index | Thread Index | Old Index