Ports/potrace: Add zlib dependency

This commit is contained in:
Tim Ledbetter 2023-08-02 21:10:04 +01:00 committed by Tim Schumacher
parent 2582b85ab1
commit eda73af265

View file

@ -8,3 +8,6 @@ files="https://potrace.sourceforge.net/download/${version}/potrace-${version}.ta
configopts=(
"--with-libpotrace"
)
depends=(
'zlib'
)