[56256] trunk/dports/science/xmedcon/Portfile

jameskyle at macports.org jameskyle at macports.org
Tue Aug 25 13:25:22 PDT 2009


Revision: 56256
          http://trac.macports.org/changeset/56256
Author:   jameskyle at macports.org
Date:     2009-08-25 13:25:22 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
Removed fortran variant, replaced with gcc43. #20596

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

Modified: trunk/dports/science/xmedcon/Portfile
===================================================================
--- trunk/dports/science/xmedcon/Portfile	2009-08-25 19:53:24 UTC (rev 56255)
+++ trunk/dports/science/xmedcon/Portfile	2009-08-25 20:25:22 UTC (rev 56256)
@@ -6,7 +6,7 @@
 name                xmedcon
 version             0.10.4
 categories          science graphics
-maintainers         ucla.edu:jameskyle
+maintainers         jameskyle
 description         an open source toolkit for medical image conversion
 long_description    xmedcon is a framework specifically designed to resolve the complexities involved with conversion of medical image formats. It offers a GUI, a CLI (medcon), and a library for writing custom applications licensed under the (L)GPL.
 
@@ -26,6 +26,7 @@
                     --with-png-prefix=${prefix}
               
 
+default_variants    +gcc43
 
 variant gtk2 conflicts gtk1 description {Enable gtk2 gui front end} {
   configure.args-delete   --disable-gui
@@ -41,10 +42,9 @@
   configure.args-append --enable-gtk1
 }
 
-variant fortran description {Enable fortran compiler support} {
+variant gcc43 description {Enable gcc43 compiler support} {
   depends_lib-append port:gcc43
 
-  configure.compiler ${prefix}/bin/gcc-mp-4.3
-  configure.f77 ${prefix}/bin/gfortran-mp-4.3
+  configure.compiler macports-gcc-4.3
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/780839cc/attachment.html>


More information about the macports-changes mailing list