[68907] trunk/dports/lang/adaptor/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 17 11:30:35 PDT 2010


Revision: 68907
          http://trac.macports.org/changeset/68907
Author:   jmr at macports.org
Date:     2010-06-17 11:30:33 -0700 (Thu, 17 Jun 2010)
Log Message:
-----------
adaptor: missing variant description keyword

Modified Paths:
--------------
    trunk/dports/lang/adaptor/Portfile

Modified: trunk/dports/lang/adaptor/Portfile
===================================================================
--- trunk/dports/lang/adaptor/Portfile	2010-06-17 18:17:40 UTC (rev 68906)
+++ trunk/dports/lang/adaptor/Portfile	2010-06-17 18:30:33 UTC (rev 68907)
@@ -60,13 +60,13 @@
 
 destroot.destdir PREFIX=${destroot}${prefix}/lib/${name}
 
-variant gcc43 conflicts g95 gcc44 {build with gfortran 4.3} {
+variant gcc43 conflicts g95 gcc44 description {build with gfortran 4.3} {
     depends_lib-append port:gcc43
     configure.f77 ${prefix}/bin/gfortran-mp-4.3
     configure.f90 ${prefix}/bin/gfortran-mp-4.3
 }
 
-variant gcc44 conflicts g95 gcc43 {build with gfortran 4.4} {
+variant gcc44 conflicts g95 gcc43 description {build with gfortran 4.4} {
     depends_lib-append port:gcc44
     configure.f77 ${prefix}/bin/gfortran-mp-4.4
     configure.f90 ${prefix}/bin/gfortran-mp-4.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100617/ad25934b/attachment.html>


More information about the macports-changes mailing list