Ticket #48892: Portfile.diff

File Portfile.diff, 516 bytes (added by breiter (Brian Reiter), 9 years ago)

Portfile diff that adds configure script invocation to fix ncurses

  • Portfile

    old new  
    55
    66name                httping
    77version             2.4
     8revision                        1
    89categories          net www
    910license             {GPL-2 OpenSSLException}
    1011maintainers         nomaintainer
     
    2829
    2930extract.suffix      .tgz
    3031
    31 use_configure       no
     32use_configure       yes
     33
     34configure.cmd           ./configure --with-tfo --with-ncurses --with-fftw3 --with-openssl 2>/dev/null
    3235
    3336variant universal {}
    3437