Changeset 98590


Ignore:
Timestamp:
Oct 9, 2012, 2:16:57 PM (12 years ago)
Author:
ryandesign@…
Message:

mpich2: use conflicts_build portgroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/mpich2/Portfile

    r98587 r98590  
    33
    44PortSystem          1.0
     5PortGroup           conflicts_build 1.0
    56
    67name                mpich2
     
    4142depends_lib-append  port:libxml2
    4243
    43 # Don't build if lammpi is around.
    44 pre-configure {
    45     if {[file exists ${prefix}/etc/lammpi/lam-helpfile]} {
    46         ui_error \
    47     "Cannot co-exist with lammpi; please deactivate lammpi before configuring."
    48         return -code error
    49     }
    50 }
    51 
    52 pre-build {
    53     if {[file exists ${prefix}/etc/lammpi/lam-helpfile]} {
    54         ui_error \
    55     "Cannot co-exist with lammpi; please deactivate lammpi before building."
    56         return -code error
    57     }
    58 }
     44conflicts_build         lammpi
    5945
    6046configure.args      --disable-dependency-tracking \
Note: See TracChangeset for help on using the changeset viewer.