Ticket #20617: zenmap-python25.diff

File zenmap-python25.diff, 357 bytes (added by jmroot (Joshua Root), 15 years ago)

fix

  • Portfile

     
    6161
    6262variant zenmap description {build zenmap in addition to nmap} {
    6363                        configure.args-delete --without-zenmap
     64                        configure.python ${prefix}/bin/python2.5
    6465                        depends_lib-append port:py25-gtk
    6566                }