[82894] trunk/dports/www/elinks-devel/Portfile

vinc17 at macports.org vinc17 at macports.org
Sun Aug 21 13:25:27 PDT 2011


Revision: 82894
          http://trac.macports.org/changeset/82894
Author:   vinc17 at macports.org
Date:     2011-08-21 13:25:27 -0700 (Sun, 21 Aug 2011)
Log 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.

Modified Paths:
--------------
    trunk/dports/www/elinks-devel/Portfile

Modified: trunk/dports/www/elinks-devel/Portfile
===================================================================
--- trunk/dports/www/elinks-devel/Portfile	2011-08-21 15:15:25 UTC (rev 82893)
+++ trunk/dports/www/elinks-devel/Portfile	2011-08-21 20:25:27 UTC (rev 82894)
@@ -19,7 +19,7 @@
 livecheck.type      regex
 livecheck.url       ${homepage}
 
-depends_build       port:pkgconfig
+depends_build       port:pkgconfig port:gmake
 depends_lib \
     path:include/gc.h:boehmgc \
     port:bzip2 \
@@ -82,6 +82,10 @@
 
 use_parallel_build  no
 
+# elinks-0.12pre5/src/ecmascript/Makefile needs GNU Make 3.81 or later
+# due to the "else" followed by a conditional.
+build.cmd           gmake
+
 if {${configure.compiler} == "llvm-gcc-4.2"} {
    configure.compiler clang
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110821/98a027b6/attachment.html>


More information about the macports-changes mailing list