[37032] trunk/dports/x11/qt4-x11/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri May 23 12:53:47 PDT 2008


Revision: 37032
          http://trac.macosforge.org/projects/macports/changeset/37032
Author:   mcalhoun at macports.org
Date:     2008-05-23 12:53:46 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Added dependencies on xrender and libX11.

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

Modified: trunk/dports/x11/qt4-x11/Portfile
===================================================================
--- trunk/dports/x11/qt4-x11/Portfile	2008-05-23 19:43:42 UTC (rev 37031)
+++ trunk/dports/x11/qt4-x11/Portfile	2008-05-23 19:53:46 UTC (rev 37032)
@@ -1,10 +1,11 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
-# $Id:$
+# $Id$
 
 PortSystem          1.0
 
 name                qt4-x11
 version             4.4.0
+revision            1
 categories	    x11
 maintainers         mcalhoun
 homepage            http://www.trolltech.com/
@@ -35,7 +36,9 @@
     port:sqlite3     \
     port:openssl     \
     port:fontconfig  \
-    port:gettext
+    port:gettext     \
+    port:xrender     \
+    lib:libX11:XFree86
 
 configure.cmd       "echo yes | ./configure"
 configure.env       OPENSOURCE_CXXFLAGS=-D__USE_WS_X11__

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080523/cf2db5ea/attachment.htm 


More information about the macports-changes mailing list