[39980] trunk/dports/games/rrgbis/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 15 00:31:24 PDT 2008


Revision: 39980
          http://trac.macports.org/changeset/39980
Author:   ryandesign at macports.org
Date:     2008-09-15 00:31:23 -0700 (Mon, 15 Sep 2008)
Log Message:
-----------
rrgbis: declare dependency on freetype, since rrgbis will use it if present, and if not, it will use freetype from X11, which we don't want

Modified Paths:
--------------
    trunk/dports/games/rrgbis/Portfile

Modified: trunk/dports/games/rrgbis/Portfile
===================================================================
--- trunk/dports/games/rrgbis/Portfile	2008-09-15 07:29:45 UTC (rev 39979)
+++ trunk/dports/games/rrgbis/Portfile	2008-09-15 07:31:23 UTC (rev 39980)
@@ -4,6 +4,7 @@
 
 name                rrgbis
 version             1.12
+revision            1
 set data_version    1.11
 categories          games
 platforms           darwin
@@ -28,7 +29,8 @@
                         rmd160 65d9eca5be7c67d3e3c48bf90fb4a5a17f2bada4
 worksrcdir          ${name}
 
-depends_lib         port:libsdl \
+depends_lib         port:freetype \
+                    port:libsdl \
                     port:libsdl_image \
                     port:libsdl_mixer \
                     port:libvorbis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080915/d80b8235/attachment.html 


More information about the macports-changes mailing list