Skip to content

Commit

Permalink
sqlite3: add zlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jun 7, 2018
1 parent 0bbf582 commit 5af891b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions databases/sqlite3/Portfile
Expand Up @@ -5,6 +5,7 @@ PortSystem 1.0
name sqlite3
# don't forget to update the checksums for sqlite3-tools when updating sqlite3
version 3.24.0
revision 1
categories databases
platforms darwin
license public-domain
Expand Down Expand Up @@ -32,7 +33,8 @@ checksums rmd160 e1d3566adf3c61065420bc02956e37fe8b3e546e \
size 2699252

depends_lib port:libedit \
port:ncurses
port:ncurses \
port:zlib

configure.args --enable-threadsafe \
--enable-dynamic-extensions \
Expand Down Expand Up @@ -90,7 +92,9 @@ subport ${name}-tools {
size 10980065

use_zip yes
depends_lib port:tcl
depends_lib port:tcl \
port:zlib

configure.args --with-tcl=${prefix}/lib
build.target sqldiff sqlite3_analyzer
destroot {
Expand Down

0 comments on commit 5af891b

Please sign in to comment.