From 26b4e74f4a1a6191306d30fe0e8f4c357a0fd03b Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Tue, 15 Mar 2022 13:24:07 +0100 Subject: [PATCH] Ports: Add a dependency on pcre to citron --- Ports/citron/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/citron/package.sh b/Ports/citron/package.sh index 1fdd54bd95..bc96c4b623 100755 --- a/Ports/citron/package.sh +++ b/Ports/citron/package.sh @@ -2,7 +2,7 @@ port=citron version=0.0.9.3 useconfigure=false -depends=(sparsehash libffi) +depends=(sparsehash libffi pcre) commit_hash=d28b7d62bd61397e46152aa6e4ee59b115c0e2d7 archive_hash=0e31ab638c4fd1438f68fdf069336e2541eb4cfc5db2f55888f6175e0171a2ef files="https://github.com/alimpfard/citron/archive/$commit_hash.tar.gz citron.tar.gz $archive_hash"