[43881] trunk/dports/math/R/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 16 01:06:36 PST 2008


Revision: 43881
          http://trac.macports.org/changeset/43881
Author:   jeremyhu at macports.org
Date:     2008-12-16 01:06:35 -0800 (Tue, 16 Dec 2008)
Log Message:
-----------
R: Removed redundant dependencies brought in by pango, not universal, updated X11 dependencies, find X11 on Leopard better.

Modified Paths:
--------------
    trunk/dports/math/R/Portfile

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2008-12-16 09:05:50 UTC (rev 43880)
+++ trunk/dports/math/R/Portfile	2008-12-16 09:06:35 UTC (rev 43881)
@@ -28,25 +28,24 @@
                  sha1 ad483b2cf205e25891b37c109f93f95fe012a314 \
                  rmd160 1e1fd7c76af150f20d403fb085cd7ac8d909eb55
 
-depends_lib      port:cairo \
-                 port:expat \
-                 port:fontconfig \
-                 port:freetype \
-                 port:gettext \
+depends_lib      port:gettext \
                  port:glib2 \
                  port:jpeg \
                  port:libiconv \
-                 port:libpixman \
-                 port:libpng \
                  port:pango \
                  port:readline \
                  port:tcl \
                  port:tk \
                  port:tiff \
-                 port:xrender \
-                 port:zlib \
-                 lib:libX11.6:XFree86
+                 lib:libXmu.6:xorg-libXmu \
+                 lib:libXss.1:xorg-libXScrnSaver
 
+universal_variant no
+
+# autoreconfing to pick up X11 is not playing nicely, so do this instead.  hopefully upsteream will use a newer autoconf next time...
+configure.cppflags-append -I${x11prefix}/include
+configure.ldflags-append -L${x11prefix}/lib
+
 variant gcc42 description {Build with gcc42} {
     configure.compiler macports-gcc-4.2
     depends_lib-append port:gcc42
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081216/388cd0f3/attachment.html>


More information about the macports-changes mailing list