Revision: 87277 http://trac.macports.org/changeset/87277 Author: rmstonecipher@macports.org Date: 2011-11-15 19:20:23 -0800 (Tue, 15 Nov 2011) Log Message: ----------- www/elinks fixed to build +universal on lion, fixed (enabled by default) javascript support by pointing to ${prefix} and depending upon spidermonkey Modified Paths: -------------- trunk/dports/www/elinks/Portfile Modified: trunk/dports/www/elinks/Portfile =================================================================== --- trunk/dports/www/elinks/Portfile 2011-11-16 03:11:32 UTC (rev 87276) +++ trunk/dports/www/elinks/Portfile 2011-11-16 03:20:23 UTC (rev 87277) @@ -1,12 +1,13 @@ # $Id$ PortSystem 1.0 +PortGroup muniversal 1.0 name elinks conflicts elinks-devel epoch 1 version 0.11.7 -revision 2 +revision 3 categories www platforms darwin license GPL-2 @@ -26,14 +27,20 @@ depends_lib port:openssl \ port:bzip2 \ - port:expat + port:expat \ + port:spidermonkey +if {${configure.compiler} == "clang"} { + configure.compiler llvm-gcc-4.2 +} + configure.args --mandir=${prefix}/share/man \ --disable-nls \ --without-guile \ --without-lua \ --without-gnutls \ --with-openssl=${prefix} \ + --with-spidermonkey=${prefix} \ --without-zlib # zlib support is broken in 0.11, ticket #24143
participants (1)
-
rmstonecipher@macports.org