Changeset 36676
- Timestamp:
- 2008-05-10 13:35:44 (6 months ago)
- Files:
-
- 1 modified
-
trunk/dports/aqua/qt4-mac/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/qt4-mac/Portfile
r36675 r36676 37 37 38 38 pre-configure { 39 # conflict with pcre 39 40 if {[file exists ${prefix}/include/pcre.h]} { 40 41 return -code error "port:pcre may prevent building this port. Please uninstall (or deactivate) pcre and restart the build." 41 42 } 42 43 # conflict with openjpeg 43 44 if {[file exists ${prefix}/include/event.h]} { 44 return -code error "port:openjpeg may prevent building this port. Please uninstall (or deactivate) pcreand restart the build."45 return -code error "port:openjpeg may prevent building this port. Please uninstall (or deactivate) openjpeg and restart the build." 45 46 } 46 47 }

