Ticket #52049: lnav.diff

File lnav.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 8 years ago)
  • Portfile

     
    55PortGroup           github 1.0
    66
    77github.setup        tstack lnav 0.8.1 v
     8revision            1
    89
    910maintainers         g5pw openmaintainer
    1011categories          sysutils
     
    1819license             BSD
    1920homepage            http://lnav.org
    2021
    21 depends_lib                     port:pcre \
     22depends_lib         port:curl \
     23                    port:pcre \
    2224                    port:sqlite3 \
    2325                    port:ncurses \
    2426                    port:readline \
     
    2931checksums           rmd160  9aa5556c9957f04f438ac33a65aaa0da897ae111 \
    3032                    sha256  80776cc4c79d6ae5d41c7fdec7385bd4fd340dadf0e919835d8a05d002930780
    3133
    32 configure.args      --with-ncurses \
     34configure.args      --disable-silent-rules \
     35                    --disable-static \
     36                    --with-libcurl=${prefix} \
     37                    --with-ncurses \
    3338                    --with-pcre \
    3439                    --with-readline \
    3540                    --with-sqlite3