Changeset 99576


Ignore:
Timestamp:
Nov 10, 2012, 4:12:54 PM (11 years ago)
Author:
adfernandes@…
Message:

graphics/vtk5: prevent building carbon in 10.8 (#36938)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/vtk5/Portfile

    r99218 r99576  
    105105
    106106variant carbon conflicts x11 tcltk description {Use Carbon.  Allows embedding VTK within qt4-mac (and py*-pyqt4 when used with Python)} {
     107    supported_archs i386 ppc
     108    if {${os.platform} == "darwin" && ${os.major} >= 12} {
     109        ui_error "${name}: 'carbon' is not supported on OS X 10.8 or greater"
     110        return -code error "incompatible OS X version"
     111    }
    107112    configure.args-delete \
    108113        -DVTK_USE_COCOA:BOOL=ON \
Note: See TracChangeset for help on using the changeset viewer.