New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81336


Ignore:
Timestamp:
07/29/11 05:19:44 (4 years ago)
Author:
jmr@…
Message:

ocamlsdl: disable SDL test, update master_sites to avoid redirects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ocamlsdl/Portfile

    r56649 r81336  
    1212    framebuffer across multiple platforms. OCamlSDL is an OCaml interface to the SDL and might be used to write multimedia\ 
    1313    applications in Objective Caml. 
    14 homepage          http://ocamlsdl.sourceforge.net 
     14homepage          http://ocamlsdl.sourceforge.net/ 
    1515platforms         darwin 
    16 master_sites      sourceforge 
     16master_sites      sourceforge:project/${name}/OCamlSDL/${name}-${version} 
    1717checksums         md5    0707a9cf80bd9cfe18ad660dc077bad6         \ 
    1818                  sha1   eddaefdc2897bf46c5bc2e87f402966c901c8390 \ 
     
    2020patchfiles              patch-configure.diff patch-src-Makefile.diff 
    2121depends_lib       port:libsdl_image port:libsdl_mixer port:libsdl_ttf port:ocaml port:lablgl 
    22 configure.args    --without-findlib 
    23  
     22configure.args    --without-findlib \ 
     23                  --disable-sdltest 
Note: See TracChangeset for help on using the changeset viewer.