Ticket #48517: ifeffit.diff

File ifeffit.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)

proposed patch

  • Portfile

     
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        newville ifeffit 1.2.final
    8 version             1.2.13
    9 revision            3
    10 
     7github.setup        newville ifeffit 1.2.13
     8revision            4
    119categories          science
    1210platforms           darwin
    1311license             Permissive
     
    2119
    2220homepage            http://cars.uchicago.edu/~ifeffit/
    2321
    24 checksums           rmd160  dedd8b9f6be0d0b0bce67e5f53c18faddf7b0912 \
    25                     sha256  72a7f5bd6e6e1ff2b41761cfe726f79f2da8e71606399d3c3307451496a1c0ef
     22checksums           rmd160  7b09aa5722a4aa638364c35e15d64b857cdb822b \
     23                    sha256  79fa938643a1417c5b01be4b6196bd0ea6bf40685448ba98546c7989b0f48a48
    2624
    27 distname            1.2.final
    28 worksrcdir          ${name}-${distname}
    29 
    3025depends_lib         port:pgplot \
    3126                    port:libpng \
    3227                    port:xorg-libX11
     
    3530# so we have to supply them explicitly
    3631
    3732configure.args      --with-pgplot \
    38                     --with-pgplot-link="-L${prefix}/lib -lpgplot -lpng16 -lX11"
     33                    --with-pgplot-link="-L${prefix}/lib -lpgplot -lpng -lX11"
    3934
    4035# IMPORTANT BUILD NOTES
    4136#