Ticket #40647: Portfile-etsf_io.diff

File Portfile-etsf_io.diff, 1.1 KB (added by dstrubbe (David Strubbe), 11 years ago)
  • Portfile

    old new  
    55PortGroup           active_variants 1.1
    66
    77name                etsf_io
    8 version             1.0.3
     8version             1.0.4
    99categories          science
    1010platforms           darwin
    1111license             LGPL-2.1
     
    1717master_sites        http://www.etsf.eu/system/files \
    1818                    https://launchpad.net/etsf-io/+milestone/${version}
    1919
    20 checksums           rmd160  df90acd34b0de104a07844ae2c9694edf27519c6 \
    21                     sha1    ab3c4cb22ea2fc2498b396f186f221edd2463fcc
     20checksums           rmd160  25d311b2952714639f315ae26dd1c25c84b9c0f0 \
     21                    sha1    8b7c7af083946e03f76b68af69c046d3b127494a
    2222
    2323depends_lib         port:netcdf-fortran
    2424
     
    2727
    2828configure.optflags  -O3
    2929
    30 configure.args      --with-netcdf-module-path=${prefix}/include \
    31                     --with-netcdf-ldflags=-L${prefix}/lib
     30configure.args      --with-netcdf-incs=-I${prefix}/include \
     31                    --with-netcdf-libs="-L${prefix}/lib -lnetcdf -lnetcdff"
    3232
    3333use_parallel_build  yes
    3434