[101134] trunk/dports/science/magicspp/Portfile

takeshi at macports.org takeshi at macports.org
Fri Jan 4 16:08:44 PST 2013


Revision: 101134
          https://trac.macports.org/changeset/101134
Author:   takeshi at macports.org
Date:     2013-01-04 16:08:44 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
magicspp: added missing dependencies for netcdf-cxx, swig and gcc4x, closing #37485

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

Modified: trunk/dports/science/magicspp/Portfile
===================================================================
--- trunk/dports/science/magicspp/Portfile	2013-01-05 00:05:12 UTC (rev 101133)
+++ trunk/dports/science/magicspp/Portfile	2013-01-05 00:08:44 UTC (rev 101134)
@@ -5,6 +5,7 @@
 
 name                magicspp
 version             2.16.1
+revision            1
 platforms           darwin
 maintainers         takeshi
 license             Apache-2
@@ -29,7 +30,7 @@
 fetch.ignore_sslcert    yes
 
 depends_lib         port:emos \
-                    port:netcdf \
+                    port:netcdf-cxx \
                     port:mesa \
                     port:xorg-libXau \
                     port:xorg-libXdmcp \
@@ -39,6 +40,7 @@
                     port:ghostscript \
                     port:boost \
                     port:proj47 \
+                    port:swig \
                     port:py27-numpy
 
 use_parallel_build  no
@@ -69,13 +71,16 @@
                             --with-boost-libdir=${prefix}/lib
 
 variant gcc43 conflicts gcc44 gcc45 description {for emos +gcc43} {
+    depends_build-append    port:gcc43
     configure.compiler      macports-gcc-4.3
 }
 
 variant gcc44 conflicts gcc43 gcc45 description {for emos +gcc44} {
+    depends_build-append    port:gcc44
     configure.compiler      macports-gcc-4.4
 }
 
 variant gcc45 conflicts gcc43 gcc44 description {for emos +gcc45} {
+    depends_build-append    port:gcc45
     configure.compiler      macports-gcc-4.5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130104/fa4c2a32/attachment.html>


More information about the macports-changes mailing list