[36116] trunk/dports/science/hdf5/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Apr 18 07:32:37 PDT 2008


Revision: 36116
          http://trac.macosforge.org/projects/macports/changeset/36116
Author:   mcalhoun at macports.org
Date:     2008-04-18 07:32:36 -0700 (Fri, 18 Apr 2008)

Log Message:
-----------
hdf5:
Fixed variant gcc43 conflicting with itself.
Removed duplicate conflicts statements.

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

Modified: trunk/dports/science/hdf5/Portfile
===================================================================
--- trunk/dports/science/hdf5/Portfile	2008-04-18 08:52:19 UTC (rev 36115)
+++ trunk/dports/science/hdf5/Portfile	2008-04-18 14:32:36 UTC (rev 36116)
@@ -55,19 +55,19 @@
     }
 }
 
-variant g95 conflicts gcc42 gcc43 description {compile the Fortran interface using G95} conflicts gcc42 gcc43 {
+variant g95 conflicts gcc42 gcc43 description {compile the Fortran interface using G95} {
     depends_lib-append          port:g95
     configure.args-append       --enable-fortran
     configure.fc                ${prefix}/bin/g95
 }
 
-variant gcc42 conflicts g95 gcc43 description {compile the Fortran interface using GCC 4.2} conflicts g95 gcc43 {
+variant gcc42 conflicts g95 gcc43 description {compile the Fortran interface using GCC 4.2} {
     depends_lib-append          port:gcc42
     configure.args-append       --enable-fortran
     configure.fc                ${prefix}/bin/gfortran-mp-4.2
 }
 
-variant gcc43 conflicts g95 gcc43 description {compile the Fortran interface using GCC 4.3} conflicts g95 gcc42 {
+variant gcc43 conflicts g95 gcc42 description {compile the Fortran interface using GCC 4.3} {
     depends_lib-append          port:gcc43
     configure.args-append       --enable-fortran
     configure.fc                ${prefix}/bin/gfortran-mp-4.3

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080418/672ede33/attachment.html


More information about the macports-changes mailing list