Ticket #30681: zenmap.diff

File zenmap.diff, 513 bytes (added by ecronin (Eric Cronin), 13 years ago)
  • dports/net/nmap/Portfile

    diff --git a/dports/net/nmap/Portfile b/dports/net/nmap/Portfile
    index 3189fd0..b494015 100644
    a b variant no_pcre description {build without pcre support} { 
    6565
    6666variant zenmap description {build zenmap in addition to nmap} {
    6767                        configure.args-delete --without-zenmap
    68                         configure.python ${prefix}/bin/python2.5
    69                         depends_lib-append port:py25-gtk
     68                        configure.python ${prefix}/bin/python2.7
     69                        depends_lib-append port:py27-gtk
    7070                }