diff --git a/science/hdf4/Portfile b/science/hdf4/Portfile
index 8b7b1dbb91..7099f38c62 100644
a
|
b
|
PortGroup compilers 1.0 |
5 | 5 | |
6 | 6 | name hdf4 |
7 | 7 | version 4.2.12 |
| 8 | revision 1 |
8 | 9 | platforms darwin |
9 | 10 | categories science |
10 | 11 | license NCSA |
… |
… |
compilers.setup |
26 | 27 | depends_lib port:zlib port:jpeg |
27 | 28 | |
28 | 29 | patchfiles patch-hdf-examples-Makefile.in.diff \ |
29 | | patch-mfhdf-examples-Makefile.in.diff |
| 30 | patch-mfhdf-examples-Makefile.in.diff \ |
| 31 | yosemite-libtool.patch |
30 | 32 | |
31 | 33 | configure.args --disable-netcdf --disable-fortran \ |
32 | 34 | --with-jpeg=${prefix} --enable-shared \ |