Revision: 96017 https://trac.macports.org/changeset/96017 Author: takeshi@macports.org Date: 2012-07-28 13:19:36 -0700 (Sat, 28 Jul 2012) Log Message: ----------- cdo: removed --with-szlib, closing #35357 Modified Paths: -------------- trunk/dports/science/cdo/Portfile Modified: trunk/dports/science/cdo/Portfile =================================================================== --- trunk/dports/science/cdo/Portfile 2012-07-28 19:51:52 UTC (rev 96016) +++ trunk/dports/science/cdo/Portfile 2012-07-28 20:19:36 UTC (rev 96017) @@ -5,6 +5,7 @@ name cdo version 1.5.5 +revision 1 platforms darwin maintainers takeshi license GPL-2 @@ -30,8 +31,7 @@ --disable-dependency-tracking \ --with-proj=${prefix}/lib/proj47 \ --with-hdf5=${prefix} \ - --with-zlib=${prefix} \ - --with-szlib=${prefix} + --with-zlib=${prefix} post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
participants (1)
-
takeshi@macports.org