Ticket #21983: Portfile.2.diff

File Portfile.2.diff, 783 bytes (added by adfernandes (Andrew Fernandes), 15 years ago)
  • Portfile

     
    55
    66name                        netcdf
    77version                     4.0.1
    8 revision                    6
     8revision                    7
    99maintainers                 takeshi openmaintainer
    1010platforms                   darwin
    1111categories                  science
     
    7979}
    8080
    8181variant netcdf4 description {compile with hdf5} {
    82     configure.env-append    LDFLAGS=-L${prefix}/lib LIBS=-lhdf5
     82    configure.env-append    LDFLAGS=-L${prefix}/lib LIBS="-lhdf5 -lhdf5_hl"
    8383    configure.args-append   --enable-netcdf-4 \
    8484                            --enable-ncgen4 \
    8585                            --with-hdf5=${prefix} \