[38859] trunk/dports/games/freedroidclassic/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 1 03:51:13 PDT 2008


Revision: 38859
          http://trac.macosforge.org/projects/macports/changeset/38859
Author:   ryandesign at macports.org
Date:     2008-08-01 03:51:12 -0700 (Fri, 01 Aug 2008)
Log Message:
-----------
freedroidclassic: use port:-style dependencies to ensure we link only with other MacPorts ports

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

Modified: trunk/dports/games/freedroidclassic/Portfile
===================================================================
--- trunk/dports/games/freedroidclassic/Portfile	2008-08-01 10:50:04 UTC (rev 38858)
+++ trunk/dports/games/freedroidclassic/Portfile	2008-08-01 10:51:12 UTC (rev 38859)
@@ -25,9 +25,9 @@
 distname                freedroid-${version}
 checksums               md5 585a65f61c2cd308ab45d5c514f695dc
 
-depends_lib             bin:sdl-config:libsdl \
-                        lib:libSDL_image:libsdl_image \
-                        lib:libSDL_mixer:libsdl_mixer
+depends_lib             port:libsdl \
+                        port:libsdl_image \
+                        port:libsdl_mixer
 
 configure.args          --mandir=${prefix}/share/man
 configure.cflags-append "-I${prefix}/include"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080801/cf0abd17/attachment-0001.html 


More information about the macports-changes mailing list