[43809] trunk/dports/emulators/freesci/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 15 01:21:32 PST 2008


Revision: 43809
          http://trac.macports.org/changeset/43809
Author:   jeremyhu at macports.org
Date:     2008-12-15 01:21:32 -0800 (Mon, 15 Dec 2008)
Log Message:
-----------
freesci: Doesn't build universal.  Autoreconf to find X11 on Leopard.  Updated X11 dependencies.

Modified Paths:
--------------
    trunk/dports/emulators/freesci/Portfile

Modified: trunk/dports/emulators/freesci/Portfile
===================================================================
--- trunk/dports/emulators/freesci/Portfile	2008-12-15 09:15:42 UTC (rev 43808)
+++ trunk/dports/emulators/freesci/Portfile	2008-12-15 09:21:32 UTC (rev 43809)
@@ -16,7 +16,11 @@
 homepage            http://freesci.linuxgames.com/
 master_sites        http://www-plan.cs.colorado.edu/creichen/freesci/
 use_bzip2           yes
+universal_variant   no
 
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 checksums           md5     b7669c1f1db8b7b19967ed61f103df3a \
                     sha1    2761812ab95ed9eb3225717a2d336c0b4098fc76 \
                     rmd160  8aa189f4b9b612fe8625be6b42a9bdfd46fef33b
@@ -25,10 +29,21 @@
                     --mandir=${prefix}/share/man \
                     --with-x --without-sdl
 
-depends_lib         lib:libX11.6:XFree86 port:ncurses port:xrender
+depends_lib \
+	lib:libXi.6:xorg-libXi \
+	lib:libXinerama.1:xorg-libXinerama \
+	lib:libXrender.1:xrender \
+	port:fontconfig \
+	port:libpng \
+	port:ncurses
 
 variant sdl description {Use the SDL interface instead of X11} {
-   depends_lib-delete      lib:libX11.6:XFree86 port:xrender
+   depends_lib-delete \
+    	lib:libXi.6:xorg-libXi \
+	lib:libXinerama.1:xorg-libXinerama \
+	lib:libXrender.1:xrender \
+	port:fontconfig \
+	port:libpng
    depends_lib-append      port:libsdl
    configure.args-delete   --with-x --without-sdl
    configure.args-append   --without-x --with-sdl-prefix=${prefix}
@@ -37,4 +52,3 @@
 livecheck.check     regex
 livecheck.url       ${homepage}
 livecheck.regex     "FreeSCI (\[0-9.\]+)"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081215/0a06a284/attachment.html>


More information about the macports-changes mailing list