RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-game/Portfile,v
retrieving revision 1.6
diff -u -d -b -w -r1.6 Portfile
|
|
|
21 | 21 | checksums md5 89f72543dc541d7f5b1dae09b8e54722 |
22 | 22 | use_bzip2 yes |
23 | 23 | |
24 | | depends_lib-append bin:sdl-config:libsdl \ |
25 | | lib:libSDL_mixer:libsdl_mixer \ |
26 | | lib:libSDL_image:libsdl_image \ |
27 | | lib:libSDL_ttf:libsdl_ttf \ |
| 24 | depends_lib-append port:libsdl-framework \ |
| 25 | port:libsdl_mixer-framework \ |
| 26 | port:libsdl_image-framework \ |
| 27 | port:libsdl_ttf-framework \ |
28 | 28 | bin:smpeg-config:smpeg \ |
29 | 29 | port:py-numeric |
30 | 30 | depends_run port:py-pyobjc |
31 | 31 | |
32 | | patchfiles patch-config_darwin.py |
| 32 | patchfiles patch-config_darwin.py \ |
| 33 | patch-lib___init__.py |
| 34 | |
33 | 35 | post-patch { |
34 | 36 | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/config_darwin.py |
35 | 37 | } |