Ticket #21983: Portfile.diff
File Portfile.diff, 667 bytes (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
Portfile
old new 5 5 6 6 name netcdf 7 7 version 4.0.1 8 revision 58 revision 6 9 9 maintainers takeshi openmaintainer 10 10 platforms darwin 11 11 categories science … … 79 79 } 80 80 81 81 variant netcdf4 description {compile with hdf5} { 82 configure.env-append LDFLAGS=-L${prefix}/lib LIBS=-lhdf5 82 83 configure.args-append --enable-netcdf-4 \ 83 84 --enable-ncgen4 \ 84 85 --with-hdf5=${prefix} \