[50593] trunk/dports/gnome/eel/Portfile

devans at macports.org devans at macports.org
Mon May 4 15:30:27 PDT 2009


Revision: 50593
          http://trac.macports.org/changeset/50593
Author:   devans at macports.org
Date:     2009-05-04 15:30:27 -0700 (Mon, 04 May 2009)
Log Message:
-----------
eel: if building x11 unconditionally configure using MacPorts xorg libraries.

Modified Paths:
--------------
    trunk/dports/gnome/eel/Portfile

Modified: trunk/dports/gnome/eel/Portfile
===================================================================
--- trunk/dports/gnome/eel/Portfile	2009-05-04 22:29:56 UTC (rev 50592)
+++ trunk/dports/gnome/eel/Portfile	2009-05-04 22:30:27 UTC (rev 50593)
@@ -67,10 +67,8 @@
 }
 
 variant x11 conflicts quartz description {Enable rendering in X11 (default)} {
-    if {[file exists ${prefix}/lib/pkgconfig/x11.pc]} {
-        configure.args-append --x-includes=${prefix}/include \
-                              --x-libraries=${prefix}/lib
-    }
+    configure.args-append --x-includes=${prefix}/include \
+                          --x-libraries=${prefix}/lib
 }
 
 variant no_x11 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090504/3d20c2dc/attachment.html>


More information about the macports-changes mailing list