Changeset 81315
- Timestamp:
- 07/29/11 03:09:41 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/bzflag/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/bzflag/Portfile
r81314 r81315 35 35 --includedir=${prefix}/include/${name} \ 36 36 --with-sdl-exec-prefix=${prefix} \ 37 --disable-sdl -test \37 --disable-sdltest \ 38 38 --without-x 39 39 … … 56 56 } 57 57 58 platform darwin 10{58 if {${os.platform} == "darwin" && ${os.major} >= 10} { 59 59 patchfiles-append patch-include__bzfSDL.h patch-src__platform__SDLDisplay.cxx 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.

