New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82074


Ignore:
Timestamp:
08/07/11 06:35:05 (4 years ago)
Author:
raimue@…
Message:

games/liquidwar:
Avoid connections to window server in order to allow build on headless machines.

Location:
trunk/dports/games/liquidwar
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/liquidwar/Portfile

    r80998 r82074  
    55name            liquidwar 
    66version         5.6.4 
     7revision        1 
    78categories      games 
    89platforms       darwin 
     
    2526depends_lib     port:allegro 
    2627 
    27 patch { 
     28patchfiles      patch-headless-build.diff 
     29 
     30post-patch { 
    2831    reinplace -E "s|^GAMEDIR =(.*)$|GAMEDIR = \$(exec_prefix)/bin|" ${worksrcpath}/Makefile.in 
    2932    reinplace -E "s|^GAMEDIR =(.*)$|GAMEDIR = \$(exec_prefix)/bin|" ${worksrcpath}/src/Makefile.in 
Note: See TracChangeset for help on using the changeset viewer.