Ticket #17148: nmap.diff

File nmap.diff, 368 bytes (added by blb@…, 15 years ago)

diff to Portfile

  • Portfile

     
    5959                        depends_lib-delete port:pcre
    6060                }
    6161
     62variant zenmap description {build zenmap in addition to nmap} {
     63                        configure.args-delete --without-zenmap
     64                        depends_lib-append port:py25-gtk port:py25-sqlite3
     65}
     66