[109678] trunk/dports/math/octave/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:33:25 PDT 2013


Revision: 109678
          https://trac.macports.org/changeset/109678
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:33:25 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
octave: Remove implied dependencies

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2013-08-19 16:33:00 UTC (rev 109677)
+++ trunk/dports/math/octave/Portfile	2013-08-19 16:33:25 UTC (rev 109678)
@@ -136,27 +136,22 @@
 }
 
 variant gcc43 description {build with the macports gcc43 toolchain} conflicts gcc44 gcc45 gcc46 gcc47 g95 {
-    depends_build-append    port:gcc43
     configure.compiler      macports-gcc-4.3
 }
 
 variant gcc44 description {build with the macports gcc44 toolchain} conflicts gcc43 gcc45 gcc46 gcc47 g95 {
-    depends_build-append    port:gcc44
     configure.compiler      macports-gcc-4.4
 }
 
 variant gcc45 description {build with the macports gcc45 toolchain} conflicts gcc43 gcc44 gcc46 gcc47 g95 {
-    depends_build-append    port:gcc45
     configure.compiler      macports-gcc-4.5
 }
 
 variant gcc46 description {build with the macports gcc46 toolchain} conflicts gcc43 gcc44 gcc45 gcc47 g95 {
-    depends_build-append    port:gcc46
     configure.compiler      macports-gcc-4.6
 }
 
 variant gcc47 description {build with the macports gcc47 toolchain} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
-    depends_build-append    port:gcc47
     configure.compiler      macports-gcc-4.7
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/24dcbc1f/attachment.html>


More information about the macports-changes mailing list