[109735] trunk/dports/science/netcdf-fortran/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 12:33:03 PDT 2013


Revision: 109735
          https://trac.macports.org/changeset/109735
Author:   jeremyhu at macports.org
Date:     2013-08-19 12:33:02 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
netcdf-fortran: Remove implied dependencies

Modified Paths:
--------------
    trunk/dports/science/netcdf-fortran/Portfile

Modified: trunk/dports/science/netcdf-fortran/Portfile
===================================================================
--- trunk/dports/science/netcdf-fortran/Portfile	2013-08-19 19:32:49 UTC (rev 109734)
+++ trunk/dports/science/netcdf-fortran/Portfile	2013-08-19 19:33:02 UTC (rev 109735)
@@ -87,37 +87,31 @@
 }
 
 variant gcc43 conflicts g95 gcc44 gcc45 gcc46 gcc47 gcc48 description {Enable Fortran support with gfortran 4.3} {
-    depends_lib-append      port:gcc43
     configure.cppflags-append -DpgiFortran
     configure.compiler      macports-gcc-4.3
 }
 
 variant gcc44 conflicts g95 gcc43 gcc45 gcc46 gcc47 gcc48 description {Enable Fortran support with gfortran 4.4} {
-    depends_lib-append      port:gcc44
     configure.cppflags-append -DpgiFortran
     configure.compiler      macports-gcc-4.4
 }
 
 variant gcc45 conflicts g95 gcc43 gcc44 gcc46 gcc47 gcc48 description {Enable Fortran support with gfortran 4.5} {
-    depends_lib-append      port:gcc45
     configure.cppflags-append -DpgiFortran
     configure.compiler      macports-gcc-4.5
 }
 
 variant gcc46 conflicts g95 gcc43 gcc44 gcc45 gcc47 gcc48 description {Enable Fortran support with gfortran 4.6} {
-    depends_lib-append      port:gcc46
     configure.cppflags-append -DpgiFortran
     configure.compiler      macports-gcc-4.6
 }
 
 variant gcc47 conflicts g95 gcc43 gcc44 gcc45 gcc46 gcc48 description {Enable Fortran support with gfortran 4.7} {
-    depends_lib-append      port:gcc47
     configure.cppflags-append -DpgiFortran
     configure.compiler      macports-gcc-4.7
 }
 
 variant gcc48 conflicts g95 gcc43 gcc44 gcc45 gcc46 gcc47 description {Enable Fortran support with gfortran 4.8} {
-    depends_lib-append      port:gcc48
     configure.cppflags-append -DpgiFortran
     configure.compiler      macports-gcc-4.8
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/84252e92/attachment.html>


More information about the macports-changes mailing list