[41225] trunk/dports/x11/gtk2/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 07:53:41 PDT 2008


Revision: 41225
          http://trac.macports.org/changeset/41225
Author:   devans at macports.org
Date:     2008-10-28 07:53:38 -0700 (Tue, 28 Oct 2008)
Log Message:
-----------
Move dependency on render to x11 variant as it is only needed here.  Prevents unneccessary installation of render when building with no_x11 variant.

Modified Paths:
--------------
    trunk/dports/x11/gtk2/Portfile

Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile	2008-10-28 13:45:25 UTC (rev 41224)
+++ trunk/dports/x11/gtk2/Portfile	2008-10-28 14:53:38 UTC (rev 41225)
@@ -74,7 +74,6 @@
                 port:atk \
                 path:${prefix}/lib/pkgconfig/pango.pc:pango \
                 port:gettext \
-                port:render \
                 port:zlib
 
 depends_run     port:shared-mime-info
@@ -134,7 +133,8 @@
     }
 
     depends_lib-append  lib:libXrender.1:xrender \
-                        lib:libX11.6:xorg
+                        lib:libX11.6:xorg \
+                        port:render
 
     configure.args-append       --x-includes=${x11prefix}/include \
                                 --x-libraries=${x11prefix}/lib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081028/e4672775/attachment.html>


More information about the macports-changes mailing list