diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-03-15 13:24:07 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-16 14:10:59 +0000 |
commit | 26b4e74f4a1a6191306d30fe0e8f4c357a0fd03b (patch) | |
tree | bc1bffd221f387f3ed6cb3bd1ffa660bb08fbb4d /Ports | |
parent | 46399e3dc089803862bc185aa81854b39fde00e7 (diff) | |
download | serenity-26b4e74f4a1a6191306d30fe0e8f4c357a0fd03b.zip |
Ports: Add a dependency on pcre to citron
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/citron/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |