[109698] trunk/dports/python/py-pynifti/Portfile

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


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

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

Modified: trunk/dports/python/py-pynifti/Portfile
===================================================================
--- trunk/dports/python/py-pynifti/Portfile	2013-08-19 19:08:26 UTC (rev 109697)
+++ trunk/dports/python/py-pynifti/Portfile	2013-08-19 19:08:59 UTC (rev 109698)
@@ -37,27 +37,22 @@
     }
 
     variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with gcc 4.3} {
-        depends_build-append port:gcc43
         configure.compiler   macports-gcc-4.3
     }
 
     variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with gcc 4.4} {
-        depends_build-append port:gcc44
         configure.compiler   macports-gcc-4.4
     }
 
     variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with gcc 4.5} {
-        depends_build-append port:gcc45
         configure.compiler   macports-gcc-4.5
     }
 
     variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with gcc 4.6} {
-        depends_build-append port:gcc46
         configure.compiler   macports-gcc-4.6
     }
 
     variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with gcc 4.7} {
-        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/d5b3f0e9/attachment-0001.html>


More information about the macports-changes mailing list