Revision: 38856 http://trac.macosforge.org/projects/macports/changeset/38856 Author: ryandesign@macports.org Date: 2008-08-01 03:44:45 -0700 (Fri, 01 Aug 2008) Log Message: ----------- openmortal: use port:-style dependencies to ensure we depend only on other MacPorts ports Modified Paths: -------------- trunk/dports/games/openmortal/Portfile Modified: trunk/dports/games/openmortal/Portfile =================================================================== --- trunk/dports/games/openmortal/Portfile 2008-08-01 10:43:48 UTC (rev 38855) +++ trunk/dports/games/openmortal/Portfile 2008-08-01 10:44:45 UTC (rev 38856) @@ -22,12 +22,12 @@ checksums md5 95278382bb563906fce624d833a845cf use_bzip2 yes -depends_lib bin:sdl-config:libsdl \ - lib:libSDL_mixer:libsdl_mixer \ - lib:libSDL_image:libsdl_image \ - lib:libSDL_ttf:libsdl_ttf \ - lib:libSDL_net:libsdl_net \ - lib:libfreetype:freetype \ +depends_lib port:libsdl \ + port:libsdl_mixer \ + port:libsdl_image \ + port:libsdl_ttf \ + port:libsdl_net \ + port:freetype \ bin:perl:perl5.8 configure.args --enable-main \
participants (1)
-
ryandesign@macports.org