New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82894


Ignore:
Timestamp:
08/21/11 13:25:27 (4 years ago)
Author:
vinc17@…
Message:

elinks-devel: build with gmake since elinks-0.12pre5/src/ecmascript/Makefile
needs GNU Make 3.81 or later due to the "else" followed by a conditional.
Fixes #30900.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/elinks-devel/Portfile

    r81032 r82894  
    2020livecheck.url       ${homepage} 
    2121 
    22 depends_build       port:pkgconfig 
     22depends_build       port:pkgconfig port:gmake 
    2323depends_lib \ 
    2424    path:include/gc.h:boehmgc \ 
     
    8282 
    8383use_parallel_build  no 
     84 
     85# elinks-0.12pre5/src/ecmascript/Makefile needs GNU Make 3.81 or later 
     86# due to the "else" followed by a conditional. 
     87build.cmd           gmake 
    8488 
    8589if {${configure.compiler} == "llvm-gcc-4.2"} { 
Note: See TracChangeset for help on using the changeset viewer.