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

erickt at macports.org erickt at macports.org
Sat May 10 10:04:25 PDT 2008


Revision: 36673
          http://trac.macosforge.org/projects/macports/changeset/36673
Author:   erickt at macports.org
Date:     2008-05-10 10:04:22 -0700 (Sat, 10 May 2008)

Log Message:
-----------
qt4-mac conflicts with openjpeg.

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

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

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2008-05-10 15:38:43 UTC (rev 36672)
+++ trunk/dports/aqua/qt4-mac/Portfile	2008-05-10 17:04:22 UTC (rev 36673)
@@ -39,6 +39,10 @@
     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."
     }
+
+    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."
+    }
 }
 
 # See

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


More information about the macports-changes mailing list