[109723] trunk/dports/science/hdf5/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 12:30:54 PDT 2013


Revision: 109723
          https://trac.macports.org/changeset/109723
Author:   jeremyhu at macports.org
Date:     2013-08-19 12:30:53 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
hdf5: Remove implied dependencies

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

Modified: trunk/dports/science/hdf5/Portfile
===================================================================
--- trunk/dports/science/hdf5/Portfile	2013-08-19 19:30:41 UTC (rev 109722)
+++ trunk/dports/science/hdf5/Portfile	2013-08-19 19:30:53 UTC (rev 109723)
@@ -77,31 +77,26 @@
 
 
 variant gcc43 conflicts g95 gcc44 gcc45 gcc46 gcc47 description {Compile using GCC 4.3} {
-    depends_lib-append          port:gcc43
     configure.compiler          macports-gcc-4.3
     configure.env-append        LD=${prefix}/bin/g++-mp-4.3
 }
 
 variant gcc44 conflicts g95 gcc43 gcc45 gcc46 gcc47 description {Compile using GCC 4.4} {
-    depends_lib-append          port:gcc44
     configure.compiler          macports-gcc-4.4
     configure.env-append        LD=${prefix}/bin/g++-mp-4.4
 }
 
 variant gcc45 conflicts g95 gcc43 gcc44 gcc46 gcc47 description {Compile using GCC 4.5} {
-    depends_lib-append          port:gcc45
     configure.compiler          macports-gcc-4.5
     configure.env-append        LD=${prefix}/bin/g++-mp-4.5
 }
 
 variant gcc46 conflicts g95 gcc43 gcc44 gcc45 gcc47 description {Compile using GCC 4.6} {
-    depends_lib-append          port:gcc46
     configure.compiler          macports-gcc-4.6
     configure.env-append        LD=${prefix}/bin/g++-mp-4.6
 }
 
 variant gcc47 conflicts g95 gcc43 gcc44 gcc45 gcc46 description {Compile using GCC 4.7} {
-    depends_lib-append          port:gcc47
     configure.compiler          macports-gcc-4.7
     configure.env-append        LD=${prefix}/bin/g++-mp-4.7
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/2c2f6a1e/attachment.html>


More information about the macports-changes mailing list