Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36676

Show
Ignore:
Timestamp:
2008-05-10 13:35:44 (6 months ago)
Author:
jochen@…
Message:

Fix message, add comments

Files:
1 modified

Legend:

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

    r36675 r36676  
    3737 
    3838pre-configure { 
     39    # conflict with pcre 
    3940    if {[file exists ${prefix}/include/pcre.h]} { 
    4041        return -code error "port:pcre may prevent building this port. Please uninstall (or deactivate) pcre and restart the build." 
    4142    } 
    42  
     43    # conflict with openjpeg 
    4344    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." 
     45        return -code error "port:openjpeg may prevent building this port. Please uninstall (or deactivate) openjpeg and restart the build." 
    4546    } 
    4647}