[64245] trunk/dports/science/cdo/Portfile

takeshi at macports.org takeshi at macports.org
Fri Feb 26 21:56:19 PST 2010


Revision: 64245
          http://trac.macports.org/changeset/64245
Author:   takeshi at macports.org
Date:     2010-02-26 21:56:18 -0800 (Fri, 26 Feb 2010)
Log Message:
-----------
cdo: added a missing dependency to szip

Modified Paths:
--------------
    trunk/dports/science/cdo/Portfile

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2010-02-26 22:54:08 UTC (rev 64244)
+++ trunk/dports/science/cdo/Portfile	2010-02-27 05:56:18 UTC (rev 64245)
@@ -5,7 +5,7 @@
 
 name                        cdo
 version                     1.4.1
-revision                    1
+revision                    2
 platforms                   darwin
 maintainers                 takeshi
 license                     GPLv2
@@ -22,12 +22,14 @@
     Supported file formats are GRIB, netCDF, SERVICE and EXTRA. \
     There are more than 200 operators available.
 depends_lib                 port:netcdf \
-                            port:proj
+                            port:proj \
+                            port:szip
 
 configure.env-append        LIBS=\"-lopenjpeg -lpng\"
 configure.args              --with-netcdf=${prefix} \
                             --disable-dependency-tracking \
-                            --with-proj=${prefix}
+                            --with-proj=${prefix} \
+                            --with-szlib=${prefix}
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100226/5ff0cdc5/attachment.html>


More information about the macports-changes mailing list