[109697] trunk/dports/python/py-obspy/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 12:08:27 PDT 2013


Revision: 109697
          https://trac.macports.org/changeset/109697
Author:   jeremyhu at macports.org
Date:     2013-08-19 12:08:26 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
py-obspy: Remove implied dependencies

Modified Paths:
--------------
    trunk/dports/python/py-obspy/Portfile

Modified: trunk/dports/python/py-obspy/Portfile
===================================================================
--- trunk/dports/python/py-obspy/Portfile	2013-08-19 19:07:40 UTC (rev 109696)
+++ trunk/dports/python/py-obspy/Portfile	2013-08-19 19:08:26 UTC (rev 109697)
@@ -47,27 +47,22 @@
     patchfiles          patch-setup.py.diff
 
     variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {Compile with gcc 4.3} {
-        depends_lib-append port:gcc43
         configure.compiler macports-gcc-4.3
     }
 
     variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {Compile with gcc 4.4} {
-        depends_lib-append port:gcc44
         configure.compiler macports-gcc-4.4
     }
 
     variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {Compile with gcc 4.5} {
-        depends_lib-append port:gcc45
         configure.compiler macports-gcc-4.5
     }
 
     variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {Compile with gcc 4.6} {
-        depends_lib-append port:gcc46
         configure.compiler macports-gcc-4.6
     }
 
     variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {Compile with gcc 4.7} {
-        depends_lib-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/6199ba6a/attachment.html>


More information about the macports-changes mailing list