[44653] trunk/dports/x11/wine/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 1 13:59:07 PST 2009


Revision: 44653
          http://trac.macports.org/changeset/44653
Author:   jeremyhu at macports.org
Date:     2009-01-01 13:59:07 -0800 (Thu, 01 Jan 2009)
Log Message:
-----------
wine: Updated X11 dependencies.  autoreconf to better find X11

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2009-01-01 21:51:57 UTC (rev 44652)
+++ trunk/dports/x11/wine/Portfile	2009-01-01 21:59:07 UTC (rev 44653)
@@ -29,8 +29,8 @@
     sha1    0550b03bf7b314514a87b6abb2198da96ef83b22 \
     rmd160  fecd2bf970c51c80fc02ca39631034f066da145e
 
+# Note: Most of the X11 libs are dlopen()'d
 depends_lib \
-    lib:libX11.6:XFree86 \
     port:expat \
     port:fontconfig \
     port:freetype \
@@ -40,20 +40,25 @@
     port:libxslt \
     port:ncurses \
     port:openssl \
-    port:xrender \
-    port:zlib
+    port:zlib \
+    lib:libSM.6:xorg-libsm \
+    lib:libXcursor.1:xorg-libXcursor \
+    lib:libXi.6:xorg-libXi \
+    lib:libXinerama.1:xorg-libXinerama \
+    lib:libXrandr.2:xorg-libXrandr \
+    lib:libXxf86vm.1:xorg-libXxf86vm
 
 depends_build \
-    port:pkgconfig
+    port:pkgconfig \
+    port:autoconf
 
+use_autoreconf yes
+autoreconf.args -fvi
+
 configure.ldflags-append \
     -framework CoreServices \
     -lz
 
-configure.args \
-    --x-includes=${x11prefix}/include \
-    --x-libraries=${x11prefix}/lib
-
 pre-fetch {
     if { [string compare ${os.endian} "little"] != 0 } {
         return -code error "${name} only runs on little-endian computers, such as an Intel Mac."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090101/778bc279/attachment.html>


More information about the macports-changes mailing list