Ticket #53533: Portfile.diff

File Portfile.diff, 774 bytes (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • science/hdf4/Portfile

    diff --git a/science/hdf4/Portfile b/science/hdf4/Portfile
    index 8b7b1dbb91..7099f38c62 100644
    a b PortGroup compilers 1.0 
    55
    66name                hdf4
    77version             4.2.12
     8revision            1
    89platforms           darwin
    910categories          science
    1011license             NCSA
    compilers.setup 
    2627depends_lib         port:zlib port:jpeg
    2728
    2829patchfiles          patch-hdf-examples-Makefile.in.diff \
    29                     patch-mfhdf-examples-Makefile.in.diff
     30                    patch-mfhdf-examples-Makefile.in.diff \
     31                    yosemite-libtool.patch
    3032
    3133configure.args      --disable-netcdf --disable-fortran \
    3234                    --with-jpeg=${prefix} --enable-shared \