Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36673

Show
Ignore:
Timestamp:
2008-05-10 10:04:22 (6 months ago)
Author:
erickt@…
Message:

qt4-mac conflicts with openjpeg.

Note that I'm not upping the revision number as this only matters when
building.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/qt4-mac/Portfile

    r36658 r36673  
    3939    if {[file exists ${prefix}/include/pcre.h]} { 
    4040        return -code error "port:pcre may prevent building this port. Please uninstall (or deactivate) pcre and restart the build." 
     41    } 
     42 
     43    if {[file exists ${prefix}/include/event.h]} { 
     44        return -code error "port:openjpeg may prevent building this port. Please uninstall (or deactivate) pcre and restart the build." 
    4145    } 
    4246}