Modified: trunk/dports/www/elinks/Portfile (87276 => 87277)
--- 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