Ticket #25481: Portfile.patch

File Portfile.patch, 1.2 KB (added by adfernandes (Andrew Fernandes), 14 years ago)
  • Portfile

     
    66name                        netcdf
    77epoch                       1
    88version                     4.1.1
    9 revision                    1
     9revision                    2
    1010maintainers                 takeshi openmaintainer
    1111platforms                   darwin
    1212categories                  science
     
    4242                            --without-libcf \
    4343                            --with-szlib=${prefix}
    4444
     45depends_lib                 port:szip
     46
    4547test.run                    yes
    4648test.target                 check
    4749
     
    5254    file delete -force ${destroot}${prefix}/share/man/whatis.db
    5355}
    5456
    55 depends_build               bin:tex:texlive
    56 
    5757default_variants +netcdf4 +dap
    5858
     59variant docs description {Enable documentation building} {
     60    depends_build           bin:tex:texlive
     61}
     62
    5963variant gcc43 conflicts g95 gcc44 description {Enable Fortran support with gfortran 4.3} {
    6064    depends_lib-append      port:gcc43
    6165    configure.args-delete   --disable-fortran-compiler-check --disable-f77 --disable-f90