[36676] trunk/dports/aqua/qt4-mac/Portfile

jochen at macports.org jochen at macports.org
Sat May 10 13:35:45 PDT 2008


Revision: 36676
          http://trac.macosforge.org/projects/macports/changeset/36676
Author:   jochen at macports.org
Date:     2008-05-10 13:35:44 -0700 (Sat, 10 May 2008)

Log Message:
-----------
Fix message, add comments

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2008-05-10 20:02:16 UTC (rev 36675)
+++ trunk/dports/aqua/qt4-mac/Portfile	2008-05-10 20:35:44 UTC (rev 36676)
@@ -36,12 +36,13 @@
 set bindir ${prefix}/libexec/${name}/bin
 
 pre-configure {
+    # conflict with pcre
     if {[file exists ${prefix}/include/pcre.h]} {
         return -code error "port:pcre may prevent building this port. Please uninstall (or deactivate) pcre and restart the build."
     }
-
+    # conflict with openjpeg
     if {[file exists ${prefix}/include/event.h]} {
-        return -code error "port:openjpeg may prevent building this port. Please uninstall (or deactivate) pcre and restart the build."
+        return -code error "port:openjpeg may prevent building this port. Please uninstall (or deactivate) openjpeg and restart the build."
     }
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080510/dcd6bfb0/attachment.html


More information about the macports-changes mailing list