Skip to content

Commit eda73af

Browse files
tcl3timschumi
authored andcommitted
Ports/potrace: Add zlib dependency
1 parent 2582b85 commit eda73af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ports/potrace/package.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ files="https://potrace.sourceforge.net/download/${version}/potrace-${version}.ta
88
configopts=(
99
"--with-libpotrace"
1010
)
11+
depends=(
12+
'zlib'
13+
)

0 commit comments

Comments
 (0)