New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 35639

Show
Ignore:
Timestamp:
04/01/2008 01:02:23 (4 years ago)
Author:
gwright@…
Message:

Minor cleanups. Depend on the boehmgc port, rather than a regex search.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/w3m/Portfile

    r34408 r35639  
    11# $Id$ 
    22 
    3 PortSystem          1.0 
     3PortSystem 1.0 
     4 
    45name                w3m 
    56version             0.5.2 
     
    89description         pager/text based browser 
    910long_description    w3m is a pager/text-based WWW browser. \ 
    10                         It is a similar application to Lynx, but it has \ 
    11                         several features Lynx doesn't have, like tables, frames\ 
    12                         and inline image rendering. Its 8-bit support is second\ 
    13                         to none. 
     11                    It is a similar application to Lynx, but it has \ 
     12                    several features Lynx doesn't have, like tables, frames\ 
     13                    and inline image rendering. Its 8-bit support is second\ 
     14                    to none. 
    1415 
    1516platforms           darwin 
    1617master_sites        sourceforge 
    1718checksums           md5 ba06992d3207666ed1bf2dcf7c72bf58 
    18 depends_lib         lib:libgccpp.1:boehmgc 
    19 patchfiles          gc_init.patch 
    20 configure.args      --with-gc=${prefix} --with-ssl=${prefix} \ 
    21                         --enable-keymap=w3m --enable-image=x11 \ 
    22                         --with-termlib=curses --mandir=${prefix}/share/man 
     19depends_lib         port:boehmgc 
     20 
     21patchfiles          gc_init.patch 
     22 
     23configure.args      --with-gc=${prefix}         \ 
     24                    --with-ssl=${prefix}        \ 
     25                    --enable-keymap=w3m         \ 
     26                    --enable-image=x11          \ 
     27                    --with-termlib=curses       \ 
     28                    --mandir=${prefix}/share/man 
     29 
    2330# libwc will not find gc unless .. 
    2431configure.cflags-append "-I${prefix}/include/"